#A5E0EE

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

Shades of Blizzard Blue #A5E0EE

Tints of Blizzard Blue #A5E0EE

Color information

#A5E0EE (or 0xA5E0EE) is unknown color: approx Blizzard Blue. HEX triplet: A5, E0 and EE. RGB value is (165,224,238). Sum of RGB (Red+Green+Blue) = 165+224+238=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5E0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E0EE is #5A1F11. Grayscale: #CFCFCF. Windows color (decimal): -5906194 or 15655077. OLE color: 15655077.

HSL color Cylindrical-coordinate representation of color #A5E0EE: hue angle of 191.51º 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 #A5E0EE is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165224238-
CMYK0.310.0600.07
HSL191.51º68.22%79.02%-
HSV(B)191.51º30.67%93.33%-
XYZ57.6167.4890.88-
YUV207.96144.9597.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.32%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=26.32%
G=35.73%
B=37.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652242380.310.0600.07191.5168.2279.02
HexA5E0EE1F607c0444f
Octal24534035637607300104117
Binary1010010111100000111011101111111001111100000010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E0EE; }

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

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

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

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

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

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

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

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