#A3E5EB

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

Shades of Blizzard Blue #A3E5EB

Tints of Blizzard Blue #A3E5EB

Color information

#A3E5EB (or 0xA3E5EB) is unknown color: approx Blizzard Blue. HEX triplet: A3, E5 and EB. RGB value is (163,229,235). Sum of RGB (Red+Green+Blue) = 163+229+235=627 (83% of max value = 765). Red value is 163 (64.06% from 255 or 26.00% from 627); Green value is 229 (89.84% from 255 or 36.52% 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 #A3E5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E5EB is #5C1A14. Grayscale: #D1D1D1. Windows color (decimal): -6035989 or 15459747. OLE color: 15459747.

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

Color convert

RGB163229235-
CMYK0.310.0300.08
HSL185º64.29%78.04%-
HSV(B)185º30.64%92.16%-
XYZ58.1269.8289.01-
YUV209.95142.1394.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.00%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=26.00%
G=36.52%
B=37.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632292350.310.0300.0818564.2978.04
HexA3E5EB1F308b9404e
Octal243345353373010271100116
Binary1010001111100101111010111111111010001011100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E5EB; }

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

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

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

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

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

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

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

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