#A4E4EB

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

Shades of Blizzard Blue #A4E4EB

Tints of Blizzard Blue #A4E4EB

Color information

#A4E4EB (or 0xA4E4EB) is unknown color: approx Blizzard Blue. HEX triplet: A4, E4 and EB. RGB value is (164,228,235). Sum of RGB (Red+Green+Blue) = 164+228+235=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4E4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E4EB is #5B1B14. Grayscale: #D1D1D1. Windows color (decimal): -5970709 or 15459492. OLE color: 15459492.

HSL color Cylindrical-coordinate representation of color #A4E4EB: hue angle of 185.92º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4E4EB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164228235-
CMYK0.300.0300.08
HSL185.92º63.96%78.24%-
HSV(B)185.92º30.21%92.16%-
XYZ58.0569.3888.93-
YUV209.66142.395.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.16%
GREEN value IS 228 (89.45% from 255) = 36.36%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=26.16%
G=36.36%
B=37.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642282350.300.0300.08185.9263.9678.24
HexA4E4EB1E308ba404e
Octal244344353363010272100116
Binary1010010011100100111010111111011010001011101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E4EB; }

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

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

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

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

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

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

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

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