Html Css Color HEX #AEE8FB Blizzard Blue

📋 copy color: '#AEE8FB'

red 174 ◦ green 232 ◦ blue 251

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

Shades of Blizzard Blue #AEE8FB

Tints of Blizzard Blue #AEE8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.2%

R = 26.48%
G = 35.31%
B = 38.2%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEE8FB (or 0xAEE8FB) is known color: Blizzard Blue. HEX triplet: AE, E8 and FB. RGB value is (174,232,251). Sum of RGB (Red+Green+Blue) = 174+232+251=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEE8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8FB is #511704. Grayscale: #D8D8D8. Windows color (decimal): -5314309 or 16509102. OLE color: 16509102.

HSL color Cylindrical-coordinate representation of color #AEE8FB: hue angle of 194.81º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEE8FB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 232 251 -
CMYK 0.31 0.08 0 0.02
HSL 194.81º 0.91% 0.83% -
HSV(B) 194.81º 0.31% 0.98% -
XYZ 63.72 73.68 102.13 -
YUV 216.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 174 232 251 0.31 0.08 0 0.02 194.81 0.91 0.83
Hex AE E8 FB 1F 8 0 2 C3 5B 53
Octal 256 350 373 37 10 0 2 303 133 123
Binary 10101110 11101000 11111011 11111 1000 0 10 11000011 1011011 1010011

Color Harmonies of #AEE8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8FB

Black with #AEE8FB

Text Example


Text Example

White with #AEE8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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