#A3EDF4

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

Shades of Blizzard Blue #A3EDF4

Tints of Blizzard Blue #A3EDF4

Color information

#A3EDF4 (or 0xA3EDF4) is unknown color: approx Blizzard Blue. HEX triplet: A3, ED and F4. RGB value is (163,237,244). Sum of RGB (Red+Green+Blue) = 163+237+244=644 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.31% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #A3EDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EDF4 is #5C120B. Grayscale: #D7D7D7. Windows color (decimal): -6033932 or 16051619. OLE color: 16051619.

HSL color Cylindrical-coordinate representation of color #A3EDF4: hue angle of 185.19º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3EDF4 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163237244-
CMYK0.330.0300.04
HSL185.19º78.64%79.8%-
HSV(B)185.19º33.2%95.69%-
XYZ61.7274.8996.79-
YUV215.67143.9890.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.31%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 244 (95.70% from 255) = 37.89%
R=25.31%
G=36.80%
B=37.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632372440.330.0300.04185.1978.6479.8
HexA3EDF421304b94f50
Octal24335536441304271117120
Binary1010001111101101111101001000011101001011100110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDF4; }

 p { color: rgb(163,237,244); }

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

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

 a { background-color: rgb(163,237,244); }

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

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

 span { border-color: rgb(163,237,244); }

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