Html Css Color HEX #AAEDF9 Blizzard Blue

📋 copy color: '#AAEDF9'

red 170 ◦ green 237 ◦ blue 249

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

Shades of Blizzard Blue #AAEDF9

Tints of Blizzard Blue #AAEDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.13%

 BLUE value IS 249 (97.66% from 255) = 37.96%

R = 25.91%
G = 36.13%
B = 37.96%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAEDF9 (or 0xAAEDF9) is known color: Blizzard Blue. HEX triplet: AA, ED and F9. RGB value is (170,237,249). Sum of RGB (Red+Green+Blue) = 170+237+249=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAEDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDF9 is #551206. Grayscale: #DADADA. Windows color (decimal): -5575175 or 16379306. OLE color: 16379306.

HSL color Cylindrical-coordinate representation of color #AAEDF9: hue angle of 189.11º degrees, saturation: 0.87, 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 #AAEDF9 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 237 249 -
CMYK 0.32 0.05 0 0.02
HSL 189.11º 0.87% 0.82% -
HSV(B) 189.11º 0.32% 0.98% -
XYZ 63.96 75.95 100.91 -
YUV 218.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 170 237 249 0.32 0.05 0 0.02 189.11 0.87 0.82
Hex AA ED F9 20 5 0 2 BD 57 52
Octal 252 355 371 40 5 0 2 275 127 122
Binary 10101010 11101101 11111001 100000 101 0 10 10111101 1010111 1010010

Color Harmonies of #AAEDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDF9

Black with #AAEDF9

Text Example


Text Example

White with #AAEDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDF9; }

 p { color: rgb(170,237,249); }

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

background-color css

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

 a { background-color: rgb(170,237,249); }

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

border-color css

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

 span { border-color: rgb(170,237,249); }

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