Html Css Color HEX #AAE6EF Blizzard Blue

📋 copy color: '#AAE6EF'

red 170 ◦ green 230 ◦ blue 239

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

Shades of Blizzard Blue #AAE6EF

Tints of Blizzard Blue #AAE6EF

RGB

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

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

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

R = 26.6%
G = 35.99%
B = 37.4%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAE6EF (or 0xAAE6EF) is known color: Blizzard Blue. HEX triplet: AA, E6 and EF. RGB value is (170,230,239). Sum of RGB (Red+Green+Blue) = 170+230+239=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAE6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6EF is #551910. Grayscale: #D4D4D4. Windows color (decimal): -5576977 or 15722154. OLE color: 15722154.

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

Color convert

RGB 170 230 239 -
CMYK 0.29 0.04 0 0.06
HSL 187.83º 0.68% 0.8% -
HSV(B) 187.83º 0.29% 0.94% -
XYZ 60.45 71.37 92.25 -
YUV 213.09 142.62 97.27 -
System Red Green Blue C M Y K H S L
Decimal 170 230 239 0.29 0.04 0 0.06 187.83 0.68 0.8
Hex AA E6 EF 1D 4 0 6 BC 44 50
Octal 252 346 357 35 4 0 6 274 104 120
Binary 10101010 11100110 11101111 11101 100 0 110 10111100 1000100 1010000

Color Harmonies of #AAE6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6EF

Black with #AAE6EF

Text Example


Text Example

White with #AAE6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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