Html Css Color HEX #AAEAF6 Blizzard Blue

📋 copy color: '#AAEAF6'

red 170 ◦ green 234 ◦ blue 246

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

Shades of Blizzard Blue #AAEAF6

Tints of Blizzard Blue #AAEAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.85%

R = 26.15%
G = 36%
B = 37.85%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAEAF6 (or 0xAAEAF6) is known color: Blizzard Blue. HEX triplet: AA, EA and F6. RGB value is (170,234,246). Sum of RGB (Red+Green+Blue) = 170+234+246=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAEAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF6 is #551509. Grayscale: #D8D8D8. Windows color (decimal): -5575946 or 16181930. OLE color: 16181930.

HSL color Cylindrical-coordinate representation of color #AAEAF6: hue angle of 189.47º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAEAF6 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 234 246 -
CMYK 0.31 0.05 0 0.04
HSL 189.47º 0.81% 0.82% -
HSV(B) 189.47º 0.31% 0.96% -
XYZ 62.63 74.05 98.18 -
YUV 216.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 170 234 246 0.31 0.05 0 0.04 189.47 0.81 0.82
Hex AA EA F6 1F 5 0 4 BD 51 52
Octal 252 352 366 37 5 0 4 275 121 122
Binary 10101010 11101010 11110110 11111 101 0 100 10111101 1010001 1010010

Color Harmonies of #AAEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAF6

Black with #AAEAF6

Text Example


Text Example

White with #AAEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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