#A8EBF4

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

Shades of Blizzard Blue #A8EBF4

Tints of Blizzard Blue #A8EBF4

Color information

#A8EBF4 (or 0xA8EBF4) is unknown color: approx Blizzard Blue. HEX triplet: A8, EB and F4. RGB value is (168,235,244). Sum of RGB (Red+Green+Blue) = 168+235+244=647 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.97% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #A8EBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBF4 is #57140B. Grayscale: #D7D7D7. Windows color (decimal): -5706764 or 16051112. OLE color: 16051112.

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

Color convert

RGB168235244-
CMYK0.310.0400.04
HSL187.11º77.55%80.78%-
HSV(B)187.11º31.15%95.69%-
XYZ62.1974.2796.65-
YUV215.99143.893.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.97%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 244 (95.70% from 255) = 37.71%
R=25.97%
G=36.32%
B=37.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682352440.310.0400.04187.1177.5580.78
HexA8EBF41F404bb4e51
Octal25035336437404273116121
Binary1010100011101011111101001111110001001011101110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBF4; }

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

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

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

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

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

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

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

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