#A4EBFC

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

Shades of Blizzard Blue #A4EBFC

Tints of Blizzard Blue #A4EBFC

Color information

#A4EBFC (or 0xA4EBFC) is unknown color: approx Blizzard Blue. HEX triplet: A4, EB and FC. RGB value is (164,235,252). Sum of RGB (Red+Green+Blue) = 164+235+252=651 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.19% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4EBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EBFC is #5B1403. Grayscale: #D7D7D7. Windows color (decimal): -5968900 or 16575396. OLE color: 16575396.

HSL color Cylindrical-coordinate representation of color #A4EBFC: hue angle of 191.59º degrees, saturation: 0.94, 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 #A4EBFC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164235252-
CMYK0.350.0700.01
HSL191.59º93.62%81.57%-
HSV(B)191.59º34.92%98.82%-
XYZ62.5974.34103.15-
YUV215.71148.4891.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.19%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=25.19%
G=36.10%
B=38.71%

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
Decimal1642352520.350.0700.01191.5993.6281.57
HexA4EBFC23701c05e52
Octal24435337443701300136122
Binary101001001110101111111100100011111011100000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBFC; }

 p { color: rgb(164,235,252); }

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

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

 a { background-color: rgb(164,235,252); }

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

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

 span { border-color: rgb(164,235,252); }

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