#ABCCE5

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

Shades of Sail #ABCCE5

Tints of Sail #ABCCE5

Color information

#ABCCE5 (or 0xABCCE5) is unknown color: approx Sail. HEX triplet: AB, CC and E5. RGB value is (171,204,229). Sum of RGB (Red+Green+Blue) = 171+204+229=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABCCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCE5 is #54331A. Grayscale: #C4C4C4. Windows color (decimal): -5518107 or 15060139. OLE color: 15060139.

HSL color Cylindrical-coordinate representation of color #ABCCE5: hue angle of 205.86º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCCE5 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171204229-
CMYK0.250.1100.10
HSL205.86º52.73%78.43%-
HSV(B)205.86º25.33%89.8%-
XYZ52.5357.582.46-
YUV196.98146.07109.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=28.31%
G=33.77%
B=37.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712042290.250.1100.10205.8652.7378.43
HexABCCE519B0Ace354e
Octal253314345311301231665116
Binary10101011110011001110010111001101101010110011101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCE5; }

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

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

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

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

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

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

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

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