Html Css Color HEX #AAECFC Blizzard Blue

📋 copy color: '#AAECFC'

red 170 ◦ green 236 ◦ blue 252

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

Shades of Blizzard Blue #AAECFC

Tints of Blizzard Blue #AAECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.3%

R = 25.84%
G = 35.87%
B = 38.3%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAECFC (or 0xAAECFC) is known color: Blizzard Blue. HEX triplet: AA, EC and FC. RGB value is (170,236,252). Sum of RGB (Red+Green+Blue) = 170+236+252=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECFC is #551303. Grayscale: #D9D9D9. Windows color (decimal): -5575428 or 16575658. OLE color: 16575658.

HSL color Cylindrical-coordinate representation of color #AAECFC: hue angle of 191.71º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAECFC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 236 252 -
CMYK 0.33 0.06 0 0.01
HSL 191.71º 0.93% 0.83% -
HSV(B) 191.71º 0.33% 0.99% -
XYZ 64.14 75.57 103.3 -
YUV 218.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 170 236 252 0.33 0.06 0 0.01 191.71 0.93 0.83
Hex AA EC FC 21 6 0 1 C0 5D 53
Octal 252 354 374 41 6 0 1 300 135 123
Binary 10101010 11101100 11111100 100001 110 0 1 11000000 1011101 1010011

Color Harmonies of #AAECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECFC

Black with #AAECFC

Text Example


Text Example

White with #AAECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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