#A8EBF3

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

Shades of Blizzard Blue #A8EBF3

Tints of Blizzard Blue #A8EBF3

Color information

#A8EBF3 (or 0xA8EBF3) is unknown color: approx Blizzard Blue. HEX triplet: A8, EB and F3. RGB value is (168,235,243). Sum of RGB (Red+Green+Blue) = 168+235+243=646 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.01% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8EBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBF3 is #57140C. Grayscale: #D7D7D7. Windows color (decimal): -5706765 or 15985576. OLE color: 15985576.

HSL color Cylindrical-coordinate representation of color #A8EBF3: hue angle of 186.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8EBF3 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168235243-
CMYK0.310.0300.05
HSL186.4º75.76%80.59%-
HSV(B)186.4º30.86%95.29%-
XYZ62.0374.2195.85-
YUV215.88143.393.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.01%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 243 (95.31% from 255) = 37.62%
R=26.01%
G=36.38%
B=37.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682352430.310.0300.05186.475.7680.59
HexA8EBF31F305ba4c51
Octal25035336337305272114121
Binary101010001110101111110011111111101011011101010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBF3; }

 p { color: rgb(168,235,243); }

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

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

 a { background-color: rgb(168,235,243); }

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

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

 span { border-color: rgb(168,235,243); }

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