#A4ECFD

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

Shades of Blizzard Blue #A4ECFD

Tints of Blizzard Blue #A4ECFD

Color information

#A4ECFD (or 0xA4ECFD) is unknown color: approx Blizzard Blue. HEX triplet: A4, EC and FD. RGB value is (164,236,253). Sum of RGB (Red+Green+Blue) = 164+236+253=653 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.11% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECFD is #5B1302. Grayscale: #D8D8D8. Windows color (decimal): -5968643 or 16641188. OLE color: 16641188.

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

Color convert

RGB164236253-
CMYK0.350.0700.01
HSL191.46º95.7%81.76%-
HSV(B)191.46º35.18%99.22%-
XYZ63.0374.98104.08-
YUV216.41148.6590.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.11%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=25.11%
G=36.14%
B=38.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642362530.350.0700.01191.4695.781.76
HexA4ECFD23701bf6052
Octal24435437543701277140122
Binary101001001110110011111101100011111011011111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECFD; }

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

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

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

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

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

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

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

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