#ABE7F8

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

Shades of Blizzard Blue #ABE7F8

Tints of Blizzard Blue #ABE7F8

Color information

#ABE7F8 (or 0xABE7F8) is unknown color: approx Blizzard Blue. HEX triplet: AB, E7 and F8. RGB value is (171,231,248). Sum of RGB (Red+Green+Blue) = 171+231+248=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABE7F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7F8 is #541807. Grayscale: #D6D6D6. Windows color (decimal): -5511176 or 16312235. OLE color: 16312235.

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

Color convert

RGB171231248-
CMYK0.310.0700.03
HSL193.25º84.62%82.16%-
HSV(B)193.25º31.05%97.25%-
XYZ62.3172.5999.53-
YUV215146.6296.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.31%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 248 (97.27% from 255) = 38.15%
R=26.31%
G=35.54%
B=38.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712312480.310.0700.03193.2584.6282.16
HexABE7F81F703c15552
Octal25334737037703301125122
Binary101010111110011111111000111111110111100000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7F8; }

 p { color: rgb(171,231,248); }

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

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

 a { background-color: rgb(171,231,248); }

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

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

 span { border-color: rgb(171,231,248); }

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