Html Css Color HEX #AAECFB Blizzard Blue

📋 copy color: '#AAECFB'

red 170 ◦ green 236 ◦ blue 251

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

Shades of Blizzard Blue #AAECFB

Tints of Blizzard Blue #AAECFB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.92%

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

R = 25.88%
G = 35.92%
B = 38.2%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAECFB (or 0xAAECFB) is known color: Blizzard Blue. HEX triplet: AA, EC and FB. RGB value is (170,236,251). Sum of RGB (Red+Green+Blue) = 170+236+251=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECFB is #551304. Grayscale: #D9D9D9. Windows color (decimal): -5575429 or 16510122. OLE color: 16510122.

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

Color convert

RGB 170 236 251 -
CMYK 0.32 0.06 0 0.02
HSL 191.11º 0.91% 0.83% -
HSV(B) 191.11º 0.32% 0.98% -
XYZ 63.99 75.5 102.47 -
YUV 217.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 170 236 251 0.32 0.06 0 0.02 191.11 0.91 0.83
Hex AA EC FB 20 6 0 2 BF 5B 53
Octal 252 354 373 40 6 0 2 277 133 123
Binary 10101010 11101100 11111011 100000 110 0 10 10111111 1011011 1010011

Color Harmonies of #AAECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECFB

Black with #AAECFB

Text Example


Text Example

White with #AAECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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