Html Css Color HEX #AAEAF2 Blizzard Blue

📋 copy color: '#AAEAF2'

red 170 ◦ green 234 ◦ blue 242

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

Shades of Blizzard Blue #AAEAF2

Tints of Blizzard Blue #AAEAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.46%

R = 26.32%
G = 36.22%
B = 37.46%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAEAF2 (or 0xAAEAF2) is known color: Blizzard Blue. HEX triplet: AA, EA and F2. RGB value is (170,234,242). Sum of RGB (Red+Green+Blue) = 170+234+242=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF2 is #55150D. Grayscale: #D7D7D7. Windows color (decimal): -5575950 or 15919786. OLE color: 15919786.

HSL color Cylindrical-coordinate representation of color #AAEAF2: hue angle of 186.67º degrees, saturation: 0.73, 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 #AAEAF2 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 234 242 -
CMYK 0.30 0.03 0 0.05
HSL 186.67º 0.73% 0.81% -
HSV(B) 186.67º 0.3% 0.95% -
XYZ 62.03 73.8 94.98 -
YUV 215.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 170 234 242 0.30 0.03 0 0.05 186.67 0.73 0.81
Hex AA EA F2 1E 3 0 5 BB 49 51
Octal 252 352 362 36 3 0 5 273 111 121
Binary 10101010 11101010 11110010 11110 11 0 101 10111011 1001001 1010001

Color Harmonies of #AAEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAF2

Black with #AAEAF2

Text Example


Text Example

White with #AAEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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