#A8ECFC

Color #A8ECFC Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #A8ECFC

Tints of Blizzard Blue #A8ECFC

Color information

#A8ECFC (or 0xA8ECFC) is unknown color: approx Blizzard Blue. HEX triplet: A8, EC and FC. RGB value is (168,236,252). Sum of RGB (Red+Green+Blue) = 168+236+252=656 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.61% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECFC is #571303. Grayscale: #D9D9D9. Windows color (decimal): -5706500 or 16575656. OLE color: 16575656.

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

Color convert

RGB168236252-
CMYK0.330.0600.01
HSL191.43º93.33%82.35%-
HSV(B)191.43º33.33%98.82%-
XYZ63.7175.34103.28-
YUV217.49147.4792.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.61%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=25.61%
G=35.98%
B=38.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682362520.330.0600.01191.4393.3382.35
HexA8ECFC21601bf5d52
Octal25035437441601277135122
Binary101010001110110011111100100001110011011111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ECFC; }

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

 H1.HeaderClassName
 {
   color: #A8ECFC;
 }
 .AnyTagClassName
 {
   color: #A8ECFC;
 }
</style>
background-color css

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

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

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

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

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

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