Html Css Color HEX #AAE8EF Blizzard Blue

📋 copy color: '#AAE8EF'

red 170 ◦ green 232 ◦ blue 239

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

Shades of Blizzard Blue #AAE8EF

Tints of Blizzard Blue #AAE8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.29%

R = 26.52%
G = 36.19%
B = 37.29%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAE8EF (or 0xAAE8EF) is known color: Blizzard Blue. HEX triplet: AA, E8 and EF. RGB value is (170,232,239). Sum of RGB (Red+Green+Blue) = 170+232+239=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8EF is #551710. Grayscale: #D6D6D6. Windows color (decimal): -5576465 or 15722666. OLE color: 15722666.

HSL color Cylindrical-coordinate representation of color #AAE8EF: hue angle of 186.09º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAE8EF is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 232 239 -
CMYK 0.29 0.03 0 0.06
HSL 186.09º 0.68% 0.8% -
HSV(B) 186.09º 0.29% 0.94% -
XYZ 61.01 72.49 92.44 -
YUV 214.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 170 232 239 0.29 0.03 0 0.06 186.09 0.68 0.8
Hex AA E8 EF 1D 3 0 6 BA 44 50
Octal 252 350 357 35 3 0 6 272 104 120
Binary 10101010 11101000 11101111 11101 11 0 110 10111010 1000100 1010000

Color Harmonies of #AAE8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8EF

Black with #AAE8EF

Text Example


Text Example

White with #AAE8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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