#A4EBFD

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

Shades of Blizzard Blue #A4EBFD

Tints of Blizzard Blue #A4EBFD

Color information

#A4EBFD (or 0xA4EBFD) is unknown color: approx Blizzard Blue. HEX triplet: A4, EB and FD. RGB value is (164,235,253). Sum of RGB (Red+Green+Blue) = 164+235+253=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EBFD is #5B1402. Grayscale: #D7D7D7. Windows color (decimal): -5968899 or 16640932. OLE color: 16640932.

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

Color convert

RGB164235253-
CMYK0.350.0700.01
HSL192.13º95.7%81.76%-
HSV(B)192.13º35.18%99.22%-
XYZ62.7574.4103.98-
YUV215.82148.9891.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.15%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=25.15%
G=36.04%
B=38.80%

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
Decimal1642352530.350.0700.01192.1395.781.76
HexA4EBFD23701c06052
Octal24435337543701300140122
Binary101001001110101111111101100011111011100000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBFD; }

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

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

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

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

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

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

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

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