Html Css Color HEX #AAE8FB Blizzard Blue

📋 copy color: '#AAE8FB'

red 170 ◦ green 232 ◦ blue 251

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

Shades of Blizzard Blue #AAE8FB

Tints of Blizzard Blue #AAE8FB

RGB

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

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

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

R = 26.03%
G = 35.53%
B = 38.44%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAE8FB (or 0xAAE8FB) is known color: Blizzard Blue. HEX triplet: AA, E8 and FB. RGB value is (170,232,251). Sum of RGB (Red+Green+Blue) = 170+232+251=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8FB is #551704. Grayscale: #D7D7D7. Windows color (decimal): -5576453 or 16509098. OLE color: 16509098.

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

Color convert

RGB 170 232 251 -
CMYK 0.32 0.08 0 0.02
HSL 194.07º 0.91% 0.83% -
HSV(B) 194.07º 0.32% 0.98% -
XYZ 62.85 73.22 102.09 -
YUV 215.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 170 232 251 0.32 0.08 0 0.02 194.07 0.91 0.83
Hex AA E8 FB 20 8 0 2 C2 5B 53
Octal 252 350 373 40 10 0 2 302 133 123
Binary 10101010 11101000 11111011 100000 1000 0 10 11000010 1011011 1010011

Color Harmonies of #AAE8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8FB

Black with #AAE8FB

Text Example


Text Example

White with #AAE8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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