COLOR #52AAEF

HEX: #52AAEF RGB: (82,170,239)

Color info

#52AAEF contains mainly blue color. Web safe color of #52AAEF is #6699FF (or #69F).

RGB color model

#52AAEF color RGB value is (82,170,239).

RGB: (82,170,239) (32%, 67%, 94%)

RGB channels and saturation

R 82 of 255 = 32%
G 170 of 255 = 67%
B 239 of 255 = 94%

82
170
239

R + G + B ~ 64%. #52AAEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 82 + 170 + 239 = 491 (100%)
R 82 of 491 ~ 16.7%
G 170 of 491 ~ 34.62%
B 239 of 491 ~ 48.68'%

%16.7
%34.62
%48.68

CMYK color model

#52AAEF color CMYK value is (66,29,0,6).

  • cyan value is 65.69%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (66,29,0,6)
C66M29Y0K6 (66%, 29%, 0%, 6%)
(0.66 / 0.29 / 0.00 / 0.06)

CMYK percentages

%65.69
%28.87
%0
%6.27

Codes

Color #52AAEF in popluar color models

52 AA EF
RGB 82 170 239
HSL 206° 83.07% 62.94%
HSB/HSV 206° 65.69% 93.73%
CMYK 65.69% 28.87% 0.00%
6.27%

Color #52AAEF in popluar number systems.

HEX 52 AA EF
Decimal 82 170 239
Binary 1010010 10101010 11101111
Octal 122 252 357

Shades and tints

Shades of #52AAEF

#52AAEF
(82,170,239)
#4B9BDA
(75,155,218)
#448CC5
(68,140,197)
#3D7DB0
(61,125,176)
#366E9B
(54,110,155)
#2F5F86
(47,95,134)
#285071
(40,80,113)
#21415C
(33,65,92)
#1A3247
(26,50,71)
#132332
(19,35,50)
#0C141D
(12,20,29)
#000000
(0,0,0)

Tints of #52AAEF

#52AAEF
(82,170,239)
#61B1F0
(97,177,240)
#70B8F1
(112,184,241)
#7FBFF2
(127,191,242)
#8EC6F3
(142,198,243)
#9DCDF4
(157,205,244)
#ACD4F5
(172,212,245)
#BBDBF6
(187,219,246)
#CAE2F7
(202,226,247)
#D9E9F8
(217,233,248)
#E8F0F9
(232,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AAEF color. Also use rgb(82,170,239) instead hex code.

Text Font Color

.myTextColor { color: #52AAEF; }

<p style="color:#52AAEF">This sample text font color is #52AAEF.</p>

This text font color is #52AAEF.

Background Color

.myBgColor { background-color: #52AAEF; }

<div style="background-color:#52AAEF">Inner text</div>

This div background color is #52AAEF.

Border color

.myBorderColor { border: 1px solid #52AAEF; }

<div style="border:3px solid #52AAEF">Div</div>

This div border color is #52AAEF.

Opacity

.myOpacity80 { color: #52AAEF; opacity: 0.8; }

<p style="color:#52AAEF;opacity:0.8;">80%</p>

Text with #52AAEF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #52AAEF;}

<p style="text-shadow: 3px 3px 1px #52AAEF">Text here.</p>

This text has shadow with #52AAEF color.


.textShadow {text-shadow: 3px 3px 1px #52AAEF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #52AAEF, 5px 5px 20px red">Text here.</p>

This text has shadow with #52AAEF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52AAEF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#52AAEF, Direction=45, Strength=4)">Text</p>

This text has shadow with #52AAEF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52AAEF;
-webkit-box-shadow: 1px 1px 3px 2px #52AAEF;
box-shadow: 1px 1px 3px 2px #52AAEF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52AAEF; -webkit-box-shadow: 1px 1px 3px 2px #52AAEF; box-shadow:1px 1px 3px 2px #52AAEF;">
Div content here
</div>

This div box has shadow with color #52AAEF.

Preview

Color preview on black background

This text has color #52AAEF on black background.


Color preview on white background

This text has color #52AAEF on white background.


Black color preview on #52AAEF background

This text has black color on #52AAEF background.


White color preview on #52AAEF background

This text has white color on #52AAEF background.


Related colors

Complementary color

Complementary color for #hex is #AD5510.


I love getcolorcode.com

Triadic colors

1 #EF52AA and #AAEF52 with #52AAEF are triadic colors.

2 #EFAA52 and #AA52EF with #52AAEF are triadic colors.