#A3DEEE

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

Shades of Blizzard Blue #A3DEEE

Tints of Blizzard Blue #A3DEEE

Color information

#A3DEEE (or 0xA3DEEE) is unknown color: approx Blizzard Blue. HEX triplet: A3, DE and EE. RGB value is (163,222,238). Sum of RGB (Red+Green+Blue) = 163+222+238=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3DEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DEEE is #5C2111. Grayscale: #CECECE. Windows color (decimal): -6037778 or 15654563. OLE color: 15654563.

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

Color convert

RGB163222238-
CMYK0.320.0700.07
HSL192.8º68.81%78.63%-
HSV(B)192.8º31.51%93.33%-
XYZ56.6666.290.68-
YUV206.18145.9597.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.16%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=26.16%
G=35.63%
B=38.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632222380.320.0700.07192.868.8178.63
HexA3DEEE20707c1454f
Octal24333635640707301105117
Binary10100011110111101110111010000011101111100000110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEEE; }

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

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

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

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

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

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

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

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