#A8ECFA

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

Shades of Blizzard Blue #A8ECFA

Tints of Blizzard Blue #A8ECFA

Color information

#A8ECFA (or 0xA8ECFA) is unknown color: approx Blizzard Blue. HEX triplet: A8, EC and FA. RGB value is (168,236,250). Sum of RGB (Red+Green+Blue) = 168+236+250=654 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.69% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECFA is #571305. Grayscale: #D9D9D9. Windows color (decimal): -5706502 or 16444584. OLE color: 16444584.

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

Color convert

RGB168236250-
CMYK0.330.0600.02
HSL190.24º89.13%81.96%-
HSV(B)190.24º32.8%98.04%-
XYZ63.475.22101.62-
YUV217.26146.4792.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.69%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=25.69%
G=36.09%
B=38.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682362500.330.0600.02190.2489.1381.96
HexA8ECFA21602be5952
Octal25035437241602276131122
Binary1010100011101100111110101000011100101011111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ECFA; }

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

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

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

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

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

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

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

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