#A3EEFE

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

Shades of Blizzard Blue #A3EEFE

Tints of Blizzard Blue #A3EEFE

Color information

#A3EEFE (or 0xA3EEFE) is unknown color: approx Blizzard Blue. HEX triplet: A3, EE and FE. RGB value is (163,238,254). Sum of RGB (Red+Green+Blue) = 163+238+254=655 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.89% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EEFE is #5C1101. Grayscale: #D9D9D9. Windows color (decimal): -6033666 or 16707235. OLE color: 16707235.

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

Color convert

RGB163238254-
CMYK0.360.0600.00
HSL190.55º97.85%81.76%-
HSV(B)190.55º35.83%99.61%-
XYZ63.5776.09105.1-
YUV217.4148.6589.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.89%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=24.89%
G=36.34%
B=38.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632382540.360.0600.00190.5597.8581.76
HexA3EEFE24600bf6252
Octal24335637644600277142122
Binary101000111110111011111110100100110001011111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EEFE; }

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

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

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

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

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

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

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

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