#ABE7EF

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

Shades of Blizzard Blue #ABE7EF

Tints of Blizzard Blue #ABE7EF

Color information

#ABE7EF (or 0xABE7EF) is unknown color: approx Blizzard Blue. HEX triplet: AB, E7 and EF. RGB value is (171,231,239). Sum of RGB (Red+Green+Blue) = 171+231+239=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABE7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7EF is #541810. Grayscale: #D5D5D5. Windows color (decimal): -5511185 or 15722411. OLE color: 15722411.

HSL color Cylindrical-coordinate representation of color #ABE7EF: hue angle of 187.06º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABE7EF is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171231239-
CMYK0.280.0300.06
HSL187.06º68%80.39%-
HSV(B)187.06º28.45%93.73%-
XYZ60.9572.0492.35-
YUV213.97142.1297.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 231 (90.62% from 255) = 36.04%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=26.68%
G=36.04%
B=37.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712312390.280.0300.06187.066880.39
HexABE7EF1C306bb4450
Octal25334735734306273104120
Binary101010111110011111101111111001101101011101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7EF; }

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

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

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

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

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

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

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

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