#A3EDFF

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

Shades of Blizzard Blue #A3EDFF

Tints of Blizzard Blue #A3EDFF

Color information

#A3EDFF (or 0xA3EDFF) is unknown color: approx Blizzard Blue. HEX triplet: A3, ED and FF. RGB value is (163,237,255). Sum of RGB (Red+Green+Blue) = 163+237+255=655 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.89% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EDFF is #5C1200. Grayscale: #D8D8D8. Windows color (decimal): -6033921 or 16772515. OLE color: 16772515.

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

Color convert

RGB163237255-
CMYK0.360.0700
HSL191.74º100%81.96%-
HSV(B)191.74º36.08%100%-
XYZ63.4475.57105.85-
YUV216.93149.4889.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.89%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 255 (100% from 255) = 38.93%
R=24.89%
G=36.18%
B=38.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632372550.360.0700191.7410081.96
HexA3EDFF24700c06452
Octal24335537744700300144122
Binary101000111110110111111111100100111001100000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDFF; }

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

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

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

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

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

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

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

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