#A4ECFA

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

Shades of Blizzard Blue #A4ECFA

Tints of Blizzard Blue #A4ECFA

Color information

#A4ECFA (or 0xA4ECFA) is unknown color: approx Blizzard Blue. HEX triplet: A4, EC and FA. RGB value is (164,236,250). Sum of RGB (Red+Green+Blue) = 164+236+250=650 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.23% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECFA is #5B1305. Grayscale: #D7D7D7. Windows color (decimal): -5968646 or 16444580. OLE color: 16444580.

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

Color convert

RGB164236250-
CMYK0.340.0600.02
HSL189.77º89.58%81.18%-
HSV(B)189.77º34.4%98.04%-
XYZ62.5674.79101.58-
YUV216.07147.1590.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.23%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=25.23%
G=36.31%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642362500.340.0600.02189.7789.5881.18
HexA4ECFA22602be5a51
Octal24435437242602276132121
Binary1010010011101100111110101000101100101011111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECFA; }

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

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

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

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

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

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

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

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