Html Css Color HEX #AAE6EA Blizzard Blue

📋 copy color: '#AAE6EA'

red 170 ◦ green 230 ◦ blue 234

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

Shades of Blizzard Blue #AAE6EA

Tints of Blizzard Blue #AAE6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 26.81%
G = 36.28%
B = 36.91%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAE6EA (or 0xAAE6EA) is known color: Blizzard Blue. HEX triplet: AA, E6 and EA. RGB value is (170,230,234). Sum of RGB (Red+Green+Blue) = 170+230+234=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6EA is #551915. Grayscale: #D4D4D4. Windows color (decimal): -5576982 or 15394474. OLE color: 15394474.

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

Color convert

RGB 170 230 234 -
CMYK 0.27 0.02 0 0.08
HSL 183.75º 0.6% 0.79% -
HSV(B) 183.75º 0.27% 0.92% -
XYZ 59.73 71.08 88.41 -
YUV 212.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 170 230 234 0.27 0.02 0 0.08 183.75 0.6 0.79
Hex AA E6 EA 1B 2 0 8 B8 3C 4F
Octal 252 346 352 33 2 0 10 270 74 117
Binary 10101010 11100110 11101010 11011 10 0 1000 10111000 111100 1001111

Color Harmonies of #AAE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6EA

Black with #AAE6EA

Text Example


Text Example

White with #AAE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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