Html Css Color HEX #AAE6F8 Blizzard Blue

📋 copy color: '#AAE6F8'

red 170 ◦ green 230 ◦ blue 248

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

Shades of Blizzard Blue #AAE6F8

Tints of Blizzard Blue #AAE6F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.27%

R = 26.23%
G = 35.49%
B = 38.27%

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

#AAE6F8 (or 0xAAE6F8) is known color: Blizzard Blue. HEX triplet: AA, E6 and F8. RGB value is (170,230,248). Sum of RGB (Red+Green+Blue) = 170+230+248=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAE6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6F8 is #551907. Grayscale: #D5D5D5. Windows color (decimal): -5576968 or 16311978. OLE color: 16311978.

HSL color Cylindrical-coordinate representation of color #AAE6F8: hue angle of 193.85º degrees, saturation: 0.85, 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 #AAE6F8 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 230 248 -
CMYK 0.31 0.07 0 0.03
HSL 193.85º 0.85% 0.82% -
HSV(B) 193.85º 0.31% 0.97% -
XYZ 61.82 71.92 99.43 -
YUV 214.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 170 230 248 0.31 0.07 0 0.03 193.85 0.85 0.82
Hex AA E6 F8 1F 7 0 3 C2 55 52
Octal 252 346 370 37 7 0 3 302 125 122
Binary 10101010 11100110 11111000 11111 111 0 11 11000010 1010101 1010010

Color Harmonies of #AAE6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6F8

Black with #AAE6F8

Text Example


Text Example

White with #AAE6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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