#A4E5EB

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

Shades of Blizzard Blue #A4E5EB

Tints of Blizzard Blue #A4E5EB

Color information

#A4E5EB (or 0xA4E5EB) is unknown color: approx Blizzard Blue. HEX triplet: A4, E5 and EB. RGB value is (164,229,235). Sum of RGB (Red+Green+Blue) = 164+229+235=628 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.11% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4E5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E5EB is #5B1A14. Grayscale: #D2D2D2. Windows color (decimal): -5970453 or 15459748. OLE color: 15459748.

HSL color Cylindrical-coordinate representation of color #A4E5EB: hue angle of 185.07º 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 #A4E5EB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164229235-
CMYK0.300.0300.08
HSL185.07º63.96%78.24%-
HSV(B)185.07º30.21%92.16%-
XYZ58.3269.9389.02-
YUV210.25141.9795.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.11%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=26.11%
G=36.46%
B=37.42%

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
Decimal1642292350.300.0300.08185.0763.9678.24
HexA4E5EB1E308b9404e
Octal244345353363010271100116
Binary1010010011100101111010111111011010001011100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E5EB; }

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

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

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

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

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

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

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

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