Html Css Color HEX #A6ECFC Blizzard Blue

📋 copy color: '#A6ECFC'

red 166 ◦ green 236 ◦ blue 252

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

Shades of Blizzard Blue #A6ECFC

Tints of Blizzard Blue #A6ECFC

RGB

 RED value IS 166 (65.23% from 255) = 25.38%

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

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

R = 25.38%
G = 36.09%
B = 38.53%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6ECFC (or 0xA6ECFC) is known color: Blizzard Blue. HEX triplet: A6, EC and FC. RGB value is (166,236,252). Sum of RGB (Red+Green+Blue) = 166+236+252=654 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.38% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECFC is #591303. Grayscale: #D8D8D8. Windows color (decimal): -5837572 or 16575654. OLE color: 16575654.

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

Color convert

RGB 166 236 252 -
CMYK 0.34 0.06 0 0.01
HSL 191.16º 0.93% 0.82% -
HSV(B) 191.16º 0.34% 0.99% -
XYZ 63.29 75.13 103.26 -
YUV 216.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 166 236 252 0.34 0.06 0 0.01 191.16 0.93 0.82
Hex A6 EC FC 22 6 0 1 BF 5D 52
Octal 246 354 374 42 6 0 1 277 135 122
Binary 10100110 11101100 11111100 100010 110 0 1 10111111 1011101 1010010

Color Harmonies of #A6ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECFC

Black with #A6ECFC

Text Example


Text Example

White with #A6ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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