Html Css Color HEX #AAE6F7 Blizzard Blue

📋 copy color: '#AAE6F7'

red 170 ◦ green 230 ◦ blue 247

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

Shades of Blizzard Blue #AAE6F7

Tints of Blizzard Blue #AAE6F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.18%

R = 26.28%
G = 35.55%
B = 38.18%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AAE6F7 (or 0xAAE6F7) is known color: Blizzard Blue. HEX triplet: AA, E6 and F7. RGB value is (170,230,247). Sum of RGB (Red+Green+Blue) = 170+230+247=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAE6F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6F7 is #551908. Grayscale: #D5D5D5. Windows color (decimal): -5576969 or 16246442. OLE color: 16246442.

HSL color Cylindrical-coordinate representation of color #AAE6F7: hue angle of 193.25º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAE6F7 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 230 247 -
CMYK 0.31 0.07 0 0.03
HSL 193.25º 0.83% 0.82% -
HSV(B) 193.25º 0.31% 0.97% -
XYZ 61.66 71.86 98.62 -
YUV 214 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 170 230 247 0.31 0.07 0 0.03 193.25 0.83 0.82
Hex AA E6 F7 1F 7 0 3 C1 53 52
Octal 252 346 367 37 7 0 3 301 123 122
Binary 10101010 11100110 11110111 11111 111 0 11 11000001 1010011 1010010

Color Harmonies of #AAE6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6F7

Black with #AAE6F7

Text Example


Text Example

White with #AAE6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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