Html Css Color HEX #AAE8FA Blizzard Blue

📋 copy color: '#AAE8FA'

red 170 ◦ green 232 ◦ blue 250

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

Shades of Blizzard Blue #AAE8FA

Tints of Blizzard Blue #AAE8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 26.07%
G = 35.58%
B = 38.34%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAE8FA (or 0xAAE8FA) is known color: Blizzard Blue. HEX triplet: AA, E8 and FA. RGB value is (170,232,250). Sum of RGB (Red+Green+Blue) = 170+232+250=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8FA is #551705. Grayscale: #D7D7D7. Windows color (decimal): -5576454 or 16443562. OLE color: 16443562.

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

Color convert

RGB 170 232 250 -
CMYK 0.32 0.07 0 0.02
HSL 193.5º 0.89% 0.82% -
HSV(B) 193.5º 0.32% 0.98% -
XYZ 62.69 73.16 101.26 -
YUV 215.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 170 232 250 0.32 0.07 0 0.02 193.5 0.89 0.82
Hex AA E8 FA 20 7 0 2 C2 59 52
Octal 252 350 372 40 7 0 2 302 131 122
Binary 10101010 11101000 11111010 100000 111 0 10 11000010 1011001 1010010

Color Harmonies of #AAE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8FA

Black with #AAE8FA

Text Example


Text Example

White with #AAE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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