Html Css Color HEX #AAEAF3 Blizzard Blue

📋 copy color: '#AAEAF3'

red 170 ◦ green 234 ◦ blue 243

#AAEAF3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #AAEAF3

Tints of Blizzard Blue #AAEAF3

RGB

 RED value IS 170 (66.8% from 255) = 26.28%

 GREEN value IS 234 (91.8% from 255) = 36.17%

 BLUE value IS 243 (95.31% from 255) = 37.56%

R = 26.28%
G = 36.17%
B = 37.56%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AAEAF3 (or 0xAAEAF3) is known color: Blizzard Blue. HEX triplet: AA, EA and F3. RGB value is (170,234,243). Sum of RGB (Red+Green+Blue) = 170+234+243=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAEAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF3 is #55150C. Grayscale: #D7D7D7. Windows color (decimal): -5575949 or 15985322. OLE color: 15985322.

HSL color Cylindrical-coordinate representation of color #AAEAF3: hue angle of 187.4º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEAF3 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 234 243 -
CMYK 0.30 0.04 0 0.05
HSL 187.4º 0.75% 0.81% -
HSV(B) 187.4º 0.3% 0.95% -
XYZ 62.18 73.86 95.77 -
YUV 215.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 170 234 243 0.30 0.04 0 0.05 187.4 0.75 0.81
Hex AA EA F3 1E 4 0 5 BB 4B 51
Octal 252 352 363 36 4 0 5 273 113 121
Binary 10101010 11101010 11110011 11110 100 0 101 10111011 1001011 1010001

Color Harmonies of #AAEAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAF3

Black with #AAEAF3

Text Example


Text Example

White with #AAEAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAF3; }

 p { color: rgb(170,234,243); }

 H1.HeaderClassName
 {
   color: #AAEAF3;
 }
 .AnyTagClassName
 {
   color: #AAEAF3;
 }
</style>

background-color css

<style>
 a { background-color: #AAEAF3; }

 a { background-color: rgb(170,234,243); }

 div.DivClassName
 {
   background-color: #AAEAF3;
 }
 .BgClassName
 {
   background-color: #AAEAF3;
 }
</style>

border-color css

<style>
 span { border-color: #AAEAF3; }

 span { border-color: rgb(170,234,243); }

 td.TdClassName
 {
   border-color: #AAEAF3;
 }
 .TagClassName
 {
   border-color: #AAEAF3;
 }
</style>