Html Css Color HEX #AEE8F4 Blizzard Blue

📋 copy color: '#AEE8F4'

red 174 ◦ green 232 ◦ blue 244

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

Shades of Blizzard Blue #AEE8F4

Tints of Blizzard Blue #AEE8F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.54%

R = 26.77%
G = 35.69%
B = 37.54%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AEE8F4 (or 0xAEE8F4) is known color: Blizzard Blue. HEX triplet: AE, E8 and F4. RGB value is (174,232,244). Sum of RGB (Red+Green+Blue) = 174+232+244=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEE8F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8F4 is #51170B. Grayscale: #D7D7D7. Windows color (decimal): -5314316 or 16050350. OLE color: 16050350.

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

Color convert

RGB 174 232 244 -
CMYK 0.29 0.05 0 0.04
HSL 190.29º 0.76% 0.82% -
HSV(B) 190.29º 0.29% 0.96% -
XYZ 62.64 73.24 96.42 -
YUV 216.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 174 232 244 0.29 0.05 0 0.04 190.29 0.76 0.82
Hex AE E8 F4 1D 5 0 4 BE 4C 52
Octal 256 350 364 35 5 0 4 276 114 122
Binary 10101110 11101000 11110100 11101 101 0 100 10111110 1001100 1010010

Color Harmonies of #AEE8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8F4

Black with #AEE8F4

Text Example


Text Example

White with #AEE8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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