#ABCCE1

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

Shades of Sail #ABCCE1

Tints of Sail #ABCCE1

Color information

#ABCCE1 (or 0xABCCE1) is unknown color: approx Sail. HEX triplet: AB, CC and E1. RGB value is (171,204,225). Sum of RGB (Red+Green+Blue) = 171+204+225=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABCCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCE1 is #54331E. Grayscale: #C4C4C4. Windows color (decimal): -5518111 or 14797995. OLE color: 14797995.

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

Color convert

RGB171204225-
CMYK0.240.0900.12
HSL203.33º47.37%77.65%-
HSV(B)203.33º24%88.24%-
XYZ51.9857.2879.55-
YUV196.53144.07109.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=28.5%
G=34%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712042250.240.0900.12203.3347.3777.65
HexABCCE11890Ccb2f4e
Octal253314341301101431357116
Binary10101011110011001110000111000100101100110010111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCE1; }

 p { color: rgb(171,204,225); }

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

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

 a { background-color: rgb(171,204,225); }

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

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

 span { border-color: rgb(171,204,225); }

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