#A5E6EE

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

Shades of Blizzard Blue #A5E6EE

Tints of Blizzard Blue #A5E6EE

Color information

#A5E6EE (or 0xA5E6EE) is unknown color: approx Blizzard Blue. HEX triplet: A5, E6 and EE. RGB value is (165,230,238). Sum of RGB (Red+Green+Blue) = 165+230+238=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5E6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E6EE is #5A1911. Grayscale: #D3D3D3. Windows color (decimal): -5904658 or 15656613. OLE color: 15656613.

HSL color Cylindrical-coordinate representation of color #A5E6EE: hue angle of 186.58º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5E6EE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165230238-
CMYK0.310.0300.07
HSL186.58º68.22%79.02%-
HSV(B)186.58º30.67%93.33%-
XYZ59.2570.7791.43-
YUV211.48142.9794.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.07%
GREEN value IS 230 (90.23% from 255) = 36.33%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=26.07%
G=36.33%
B=37.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652302380.310.0300.07186.5868.2279.02
HexA5E6EE1F307bb444f
Octal24534635637307273104117
Binary101001011110011011101110111111101111011101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E6EE; }

 p { color: rgb(165,230,238); }

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

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

 a { background-color: rgb(165,230,238); }

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

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

 span { border-color: rgb(165,230,238); }

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