#ABECFF

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

Shades of Blizzard Blue #ABECFF

Tints of Blizzard Blue #ABECFF

Color information

#ABECFF (or 0xABECFF) is unknown color: approx Blizzard Blue. HEX triplet: AB, EC and FF. RGB value is (171,236,255). Sum of RGB (Red+Green+Blue) = 171+236+255=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECFF is #541300. Grayscale: #DADADA. Windows color (decimal): -5509889 or 16772267. OLE color: 16772267.

HSL color Cylindrical-coordinate representation of color #ABECFF: hue angle of 193.57º 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 #ABECFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171236255-
CMYK0.330.0700
HSL193.57º100%83.53%-
HSV(B)193.57º32.94%100%-
XYZ64.8475.87105.83-
YUV218.73148.4793.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.83%
GREEN value IS 236 (92.58% from 255) = 35.65%
BLUE value IS 255 (100% from 255) = 38.52%
R=25.83%
G=35.65%
B=38.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712362550.330.0700193.5710083.53
HexABECFF21700c26454
Octal25335437741700302144124
Binary101010111110110011111111100001111001100001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECFF; }

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

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

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

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

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

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

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

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