#A3EDFD

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

Shades of Blizzard Blue #A3EDFD

Tints of Blizzard Blue #A3EDFD

Color information

#A3EDFD (or 0xA3EDFD) is unknown color: approx Blizzard Blue. HEX triplet: A3, ED and FD. RGB value is (163,237,253). Sum of RGB (Red+Green+Blue) = 163+237+253=653 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.96% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3EDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EDFD is #5C1202. Grayscale: #D8D8D8. Windows color (decimal): -6033923 or 16641443. OLE color: 16641443.

HSL color Cylindrical-coordinate representation of color #A3EDFD: hue angle of 190.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3EDFD is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163237253-
CMYK0.360.0600.01
HSL190.67º95.74%81.57%-
HSV(B)190.67º35.57%99.22%-
XYZ63.1275.45104.16-
YUV216.7148.4889.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.96%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=24.96%
G=36.29%
B=38.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632372530.360.0600.01190.6795.7481.57
HexA3EDFD24601bf6052
Octal24335537544601277140122
Binary101000111110110111111101100100110011011111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDFD; }

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

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

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

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

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

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

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

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