Html Css Color HEX #AAE9FD Blizzard Blue

📋 copy color: '#AAE9FD'

red 170 ◦ green 233 ◦ blue 253

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

Shades of Blizzard Blue #AAE9FD

Tints of Blizzard Blue #AAE9FD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.52%

 BLUE value IS 253 (99.22% from 255) = 38.57%

R = 25.91%
G = 35.52%
B = 38.57%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAE9FD (or 0xAAE9FD) is known color: Blizzard Blue. HEX triplet: AA, E9 and FD. RGB value is (170,233,253). Sum of RGB (Red+Green+Blue) = 170+233+253=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9FD is #551602. Grayscale: #D8D8D8. Windows color (decimal): -5576195 or 16640426. OLE color: 16640426.

HSL color Cylindrical-coordinate representation of color #AAE9FD: hue angle of 194.46º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE9FD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 233 253 -
CMYK 0.33 0.08 0 0.01
HSL 194.46º 0.95% 0.83% -
HSV(B) 194.46º 0.33% 0.99% -
XYZ 63.45 73.92 103.85 -
YUV 216.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 170 233 253 0.33 0.08 0 0.01 194.46 0.95 0.83
Hex AA E9 FD 21 8 0 1 C2 5F 53
Octal 252 351 375 41 10 0 1 302 137 123
Binary 10101010 11101001 11111101 100001 1000 0 1 11000010 1011111 1010011

Color Harmonies of #AAE9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9FD

Black with #AAE9FD

Text Example


Text Example

White with #AAE9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9FD; }

 p { color: rgb(170,233,253); }

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

background-color css

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

 a { background-color: rgb(170,233,253); }

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

border-color css

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

 span { border-color: rgb(170,233,253); }

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