#abeeff

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

Shades of Blizzard Blue #ABEEFF

Tints of Blizzard Blue #ABEEFF

Color information

#ABEEFF (or 0xABEEFF) is unknown color: approx Blizzard Blue. HEX triplet: AB, EE and FF. RGB value is (171,238,255). Sum of RGB (Red+Green+Blue) = 171+238+255=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEFF is #541100. Grayscale: #DBDBDB. Windows color (decimal): -5509377 or 16772779. OLE color: 16772779.

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

Color convert

RGB171238255-
CMYK0.330.0700
HSL192.14º100%83.53%-
HSV(B)192.14º32.94%100%-
XYZ65.4277.03106.03-
YUV219.9147.893.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.75%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 255 (100% from 255) = 38.40%
R=25.75%
G=35.84%
B=38.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712382550.330.0700192.1410083.53
HexABEEFF21700c06454
Octal25335637741700300144124
Binary101010111110111011111111100001111001100000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abeeff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abeeff; }

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

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

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

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

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

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

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

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