Html Css Color HEX #AAE6FB Blizzard Blue

📋 copy color: '#AAE6FB'

red 170 ◦ green 230 ◦ blue 251

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

Shades of Blizzard Blue #AAE6FB

Tints of Blizzard Blue #AAE6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.56%

R = 26.11%
G = 35.33%
B = 38.56%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAE6FB (or 0xAAE6FB) is known color: Blizzard Blue. HEX triplet: AA, E6 and FB. RGB value is (170,230,251). Sum of RGB (Red+Green+Blue) = 170+230+251=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6FB is #551904. Grayscale: #D6D6D6. Windows color (decimal): -5576965 or 16508586. OLE color: 16508586.

HSL color Cylindrical-coordinate representation of color #AAE6FB: hue angle of 195.56º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE6FB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 230 251 -
CMYK 0.32 0.08 0 0.02
HSL 195.56º 0.91% 0.83% -
HSV(B) 195.56º 0.32% 0.98% -
XYZ 62.29 72.1 101.9 -
YUV 214.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 170 230 251 0.32 0.08 0 0.02 195.56 0.91 0.83
Hex AA E6 FB 20 8 0 2 C4 5B 53
Octal 252 346 373 40 10 0 2 304 133 123
Binary 10101010 11100110 11111011 100000 1000 0 10 11000100 1011011 1010011

Color Harmonies of #AAE6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6FB

Black with #AAE6FB

Text Example


Text Example

White with #AAE6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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