#A5DEEE

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

Shades of Blizzard Blue #A5DEEE

Tints of Blizzard Blue #A5DEEE

Color information

#A5DEEE (or 0xA5DEEE) is unknown color: approx Blizzard Blue. HEX triplet: A5, DE and EE. RGB value is (165,222,238). Sum of RGB (Red+Green+Blue) = 165+222+238=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5DEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DEEE is #5A2111. Grayscale: #CECECE. Windows color (decimal): -5906706 or 15654565. OLE color: 15654565.

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

Color convert

RGB165222238-
CMYK0.310.0700.07
HSL193.15º68.22%79.02%-
HSV(B)193.15º30.67%93.33%-
XYZ57.0766.4190.7-
YUV206.78145.6298.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.4%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=26.4%
G=35.52%
B=38.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652222380.310.0700.07193.1568.2279.02
HexA5DEEE1F707c1444f
Octal24533635637707301104117
Binary1010010111011110111011101111111101111100000110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEEE; }

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

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

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

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

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

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

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

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