#A4EEFB

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

Shades of Blizzard Blue #A4EEFB

Tints of Blizzard Blue #A4EEFB

Color information

#A4EEFB (or 0xA4EEFB) is unknown color: approx Blizzard Blue. HEX triplet: A4, EE and FB. RGB value is (164,238,251). Sum of RGB (Red+Green+Blue) = 164+238+251=653 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.11% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4EEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EEFB is #5B1104. Grayscale: #D9D9D9. Windows color (decimal): -5968133 or 16510628. OLE color: 16510628.

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

Color convert

RGB164238251-
CMYK0.350.0500.02
HSL188.97º91.58%81.37%-
HSV(B)188.97º34.66%98.43%-
XYZ63.376.01102.6-
YUV217.36146.9889.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.11%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=25.11%
G=36.45%
B=38.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642382510.350.0500.02188.9791.5881.37
HexA4EEFB23502bd5c51
Octal24435637343502275134121
Binary1010010011101110111110111000111010101011110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEFB; }

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

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

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

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

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

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

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

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