Html Css Color HEX #AAE7EF Blizzard Blue

📋 copy color: '#AAE7EF'

red 170 ◦ green 231 ◦ blue 239

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

Shades of Blizzard Blue #AAE7EF

Tints of Blizzard Blue #AAE7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.09%

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

R = 26.56%
G = 36.09%
B = 37.34%

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

#AAE7EF (or 0xAAE7EF) is known color: Blizzard Blue. HEX triplet: AA, E7 and EF. RGB value is (170,231,239). Sum of RGB (Red+Green+Blue) = 170+231+239=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAE7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7EF is #551810. Grayscale: #D5D5D5. Windows color (decimal): -5576721 or 15722410. OLE color: 15722410.

HSL color Cylindrical-coordinate representation of color #AAE7EF: hue angle of 186.96º 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 #AAE7EF is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 231 239 -
CMYK 0.29 0.03 0 0.06
HSL 186.96º 0.68% 0.8% -
HSV(B) 186.96º 0.29% 0.94% -
XYZ 60.73 71.93 92.34 -
YUV 213.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 170 231 239 0.29 0.03 0 0.06 186.96 0.68 0.8
Hex AA E7 EF 1D 3 0 6 BB 44 50
Octal 252 347 357 35 3 0 6 273 104 120
Binary 10101010 11100111 11101111 11101 11 0 110 10111011 1000100 1010000

Color Harmonies of #AAE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7EF

Black with #AAE7EF

Text Example


Text Example

White with #AAE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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