Html Css Color HEX #AAE7EE Blizzard Blue

📋 copy color: '#AAE7EE'

red 170 ◦ green 231 ◦ blue 238

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

Shades of Blizzard Blue #AAE7EE

Tints of Blizzard Blue #AAE7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 26.6%
G = 36.15%
B = 37.25%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAE7EE (or 0xAAE7EE) is known color: Blizzard Blue. HEX triplet: AA, E7 and EE. RGB value is (170,231,238). Sum of RGB (Red+Green+Blue) = 170+231+238=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7EE is #551811. Grayscale: #D5D5D5. Windows color (decimal): -5576722 or 15656874. OLE color: 15656874.

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

Color convert

RGB 170 231 238 -
CMYK 0.29 0.03 0 0.07
HSL 186.18º 0.67% 0.8% -
HSV(B) 186.18º 0.29% 0.93% -
XYZ 60.59 71.87 91.57 -
YUV 213.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 170 231 238 0.29 0.03 0 0.07 186.18 0.67 0.8
Hex AA E7 EE 1D 3 0 7 BA 43 50
Octal 252 347 356 35 3 0 7 272 103 120
Binary 10101010 11100111 11101110 11101 11 0 111 10111010 1000011 1010000

Color Harmonies of #AAE7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7EE

Black with #AAE7EE

Text Example


Text Example

White with #AAE7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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