#ABEFFF

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

Shades of Blizzard Blue #ABEFFF

Tints of Blizzard Blue #ABEFFF

Color information

#ABEFFF (or 0xABEFFF) is unknown color: approx Blizzard Blue. HEX triplet: AB, EF and FF. RGB value is (171,239,255). Sum of RGB (Red+Green+Blue) = 171+239+255=665 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.71% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFFF is #541000. Grayscale: #DCDCDC. Windows color (decimal): -5509121 or 16773035. OLE color: 16773035.

HSL color Cylindrical-coordinate representation of color #ABEFFF: hue angle of 191.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABEFFF is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171239255-
CMYK0.330.0600
HSL191.43º100%83.53%-
HSV(B)191.43º32.94%100%-
XYZ65.7177.61106.12-
YUV220.49147.4792.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.71%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 255 (100% from 255) = 38.35%
R=25.71%
G=35.94%
B=38.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712392550.330.0600191.4310083.53
HexABEFFF21600bf6454
Octal25335737741600277144124
Binary101010111110111111111111100001110001011111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFFF; }

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

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

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

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

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

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

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

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