#ABCEE2

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

Shades of Sail #ABCEE2

Tints of Sail #ABCEE2

Color information

#ABCEE2 (or 0xABCEE2) is unknown color: approx Sail. HEX triplet: AB, CE and E2. RGB value is (171,206,226). Sum of RGB (Red+Green+Blue) = 171+206+226=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABCEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEE2 is #54311D. Grayscale: #C5C5C5. Windows color (decimal): -5517598 or 14864043. OLE color: 14864043.

HSL color Cylindrical-coordinate representation of color #ABCEE2: hue angle of 201.82º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCEE2 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171206226-
CMYK0.240.0900.11
HSL201.82º48.67%77.84%-
HSV(B)201.82º24.34%88.63%-
XYZ52.5958.2980.43-
YUV197.82143.9108.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=28.36%
G=34.16%
B=37.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712062260.240.0900.11201.8248.6777.84
HexABCEE21890Bca314e
Octal253316342301101331261116
Binary10101011110011101110001011000100101011110010101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEE2; }

 p { color: rgb(171,206,226); }

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

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

 a { background-color: rgb(171,206,226); }

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

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

 span { border-color: rgb(171,206,226); }

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