#A4ECFB

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

Shades of Blizzard Blue #A4ECFB

Tints of Blizzard Blue #A4ECFB

Color information

#A4ECFB (or 0xA4ECFB) is unknown color: approx Blizzard Blue. HEX triplet: A4, EC and FB. RGB value is (164,236,251). Sum of RGB (Red+Green+Blue) = 164+236+251=651 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.19% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4ECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECFB is #5B1304. Grayscale: #D8D8D8. Windows color (decimal): -5968645 or 16510116. OLE color: 16510116.

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

Color convert

RGB164236251-
CMYK0.350.0600.02
HSL190.34º91.58%81.37%-
HSV(B)190.34º34.66%98.43%-
XYZ62.7274.85102.41-
YUV216.18147.6590.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.19%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=25.19%
G=36.25%
B=38.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642362510.350.0600.02190.3491.5881.37
HexA4ECFB23602be5c51
Octal24435437343602276134121
Binary1010010011101100111110111000111100101011111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECFB; }

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

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

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

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

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

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

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

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