#ABCFE9

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

Shades of Sail #ABCFE9

Tints of Sail #ABCFE9

Color information

#ABCFE9 (or 0xABCFE9) is unknown color: approx Sail. HEX triplet: AB, CF and E9. RGB value is (171,207,233). Sum of RGB (Red+Green+Blue) = 171+207+233=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABCFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFE9 is #543016. Grayscale: #C7C7C7. Windows color (decimal): -5517335 or 15323051. OLE color: 15323051.

HSL color Cylindrical-coordinate representation of color #ABCFE9: hue angle of 205.16º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABCFE9 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171207233-
CMYK0.270.1100.09
HSL205.16º58.49%79.22%-
HSV(B)205.16º26.61%91.37%-
XYZ53.8259.1785.67-
YUV199.2147.07107.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.99%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=27.99%
G=33.88%
B=38.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712072330.270.1100.09205.1658.4979.22
HexABCFE91BB09cd3a4f
Octal253317351331301131572117
Binary10101011110011111110100111011101101001110011011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFE9; }

 p { color: rgb(171,207,233); }

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

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

 a { background-color: rgb(171,207,233); }

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

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

 span { border-color: rgb(171,207,233); }

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