#A4EEFC

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

Shades of Blizzard Blue #A4EEFC

Tints of Blizzard Blue #A4EEFC

Color information

#A4EEFC (or 0xA4EEFC) is unknown color: approx Blizzard Blue. HEX triplet: A4, EE and FC. RGB value is (164,238,252). Sum of RGB (Red+Green+Blue) = 164+238+252=654 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.08% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EEFC is #5B1103. Grayscale: #D9D9D9. Windows color (decimal): -5968132 or 16576164. OLE color: 16576164.

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

Color convert

RGB164238252-
CMYK0.350.0600.01
HSL189.55º93.62%81.57%-
HSV(B)189.55º34.92%98.82%-
XYZ63.4676.07103.43-
YUV217.47147.4889.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.08%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=25.08%
G=36.39%
B=38.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642382520.350.0600.01189.5593.6281.57
HexA4EEFC23601be5e52
Octal24435637443601276136122
Binary101001001110111011111100100011110011011111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEFC; }

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

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

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

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

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

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

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

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