Html Css Color HEX #AAE6EB Blizzard Blue

📋 copy color: '#AAE6EB'

red 170 ◦ green 230 ◦ blue 235

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

Shades of Blizzard Blue #AAE6EB

Tints of Blizzard Blue #AAE6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.22%

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 26.77%
G = 36.22%
B = 37.01%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAE6EB (or 0xAAE6EB) is known color: Blizzard Blue. HEX triplet: AA, E6 and EB. RGB value is (170,230,235). Sum of RGB (Red+Green+Blue) = 170+230+235=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAE6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6EB is #551914. Grayscale: #D4D4D4. Windows color (decimal): -5576981 or 15460010. OLE color: 15460010.

HSL color Cylindrical-coordinate representation of color #AAE6EB: hue angle of 184.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAE6EB is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 230 235 -
CMYK 0.28 0.02 0 0.08
HSL 184.62º 0.62% 0.79% -
HSV(B) 184.62º 0.28% 0.92% -
XYZ 59.87 71.14 89.17 -
YUV 212.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 170 230 235 0.28 0.02 0 0.08 184.62 0.62 0.79
Hex AA E6 EB 1C 2 0 8 B9 3E 4F
Octal 252 346 353 34 2 0 10 271 76 117
Binary 10101010 11100110 11101011 11100 10 0 1000 10111001 111110 1001111

Color Harmonies of #AAE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6EB

Black with #AAE6EB

Text Example


Text Example

White with #AAE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6EB; }

 p { color: rgb(170,230,235); }

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

background-color css

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

 a { background-color: rgb(170,230,235); }

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

border-color css

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

 span { border-color: rgb(170,230,235); }

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