#A3EBF6

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

Shades of Blizzard Blue #A3EBF6

Tints of Blizzard Blue #A3EBF6

Color information

#A3EBF6 (or 0xA3EBF6) is unknown color: approx Blizzard Blue. HEX triplet: A3, EB and F6. RGB value is (163,235,246). Sum of RGB (Red+Green+Blue) = 163+235+246=644 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.31% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3EBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EBF6 is #5C1409. Grayscale: #D6D6D6. Windows color (decimal): -6034442 or 16182179. OLE color: 16182179.

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

Color convert

RGB163235246-
CMYK0.340.0400.04
HSL187.95º82.18%80.2%-
HSV(B)187.95º33.74%96.47%-
XYZ61.4573.8698.21-
YUV214.73145.6591.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.31%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 246 (96.48% from 255) = 38.20%
R=25.31%
G=36.49%
B=38.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632352460.340.0400.04187.9582.1880.2
HexA3EBF622404bc5250
Octal24335336642404274122120
Binary10100011111010111111011010001010001001011110010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBF6; }

 p { color: rgb(163,235,246); }

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

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

 a { background-color: rgb(163,235,246); }

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

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

 span { border-color: rgb(163,235,246); }

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