#ABCCE0

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

Shades of Sail #ABCCE0

Tints of Sail #ABCCE0

Color information

#ABCCE0 (or 0xABCCE0) is unknown color: approx Sail. HEX triplet: AB, CC and E0. RGB value is (171,204,224). Sum of RGB (Red+Green+Blue) = 171+204+224=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCE0 is #54331F. Grayscale: #C4C4C4. Windows color (decimal): -5518112 or 14732459. OLE color: 14732459.

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

Color convert

RGB171204224-
CMYK0.240.0900.12
HSL202.64º46.09%77.45%-
HSV(B)202.64º23.66%87.84%-
XYZ51.8457.2378.83-
YUV196.41143.57109.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.55%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=28.55%
G=34.06%
B=37.40%

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
Decimal1712042240.240.0900.12202.6446.0977.45
HexABCCE01890Ccb2e4d
Octal253314340301101431356115
Binary10101011110011001110000011000100101100110010111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCE0; }

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

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

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

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

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

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

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

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