Html Css Color HEX #AEE8F2 Blizzard Blue

📋 copy color: '#AEE8F2'

red 174 ◦ green 232 ◦ blue 242

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

Shades of Blizzard Blue #AEE8F2

Tints of Blizzard Blue #AEE8F2

RGB

 RED value IS 174 (68.36% from 255) = 26.85%

 GREEN value IS 232 (91.02% from 255) = 35.8%

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

R = 26.85%
G = 35.8%
B = 37.35%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEE8F2 (or 0xAEE8F2) is known color: Blizzard Blue. HEX triplet: AE, E8 and F2. RGB value is (174,232,242). Sum of RGB (Red+Green+Blue) = 174+232+242=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEE8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8F2 is #51170D. Grayscale: #D7D7D7. Windows color (decimal): -5314318 or 15919278. OLE color: 15919278.

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

Color convert

RGB 174 232 242 -
CMYK 0.28 0.04 0 0.05
HSL 188.82º 0.72% 0.82% -
HSV(B) 188.82º 0.28% 0.95% -
XYZ 62.34 73.12 94.83 -
YUV 215.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 174 232 242 0.28 0.04 0 0.05 188.82 0.72 0.82
Hex AE E8 F2 1C 4 0 5 BD 48 52
Octal 256 350 362 34 4 0 5 275 110 122
Binary 10101110 11101000 11110010 11100 100 0 101 10111101 1001000 1010010

Color Harmonies of #AEE8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8F2

Black with #AEE8F2

Text Example


Text Example

White with #AEE8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8F2; }

 p { color: rgb(174,232,242); }

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

background-color css

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

 a { background-color: rgb(174,232,242); }

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

border-color css

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

 span { border-color: rgb(174,232,242); }

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