#ABCFE7

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

Shades of Sail #ABCFE7

Tints of Sail #ABCFE7

Color information

#ABCFE7 (or 0xABCFE7) is unknown color: approx Sail. HEX triplet: AB, CF and E7. RGB value is (171,207,231). Sum of RGB (Red+Green+Blue) = 171+207+231=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABCFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFE7 is #543018. Grayscale: #C6C6C6. Windows color (decimal): -5517337 or 15191979. OLE color: 15191979.

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

Color convert

RGB171207231-
CMYK0.260.1000.09
HSL204º55.56%78.82%-
HSV(B)204º25.97%90.59%-
XYZ53.5359.0584.18-
YUV198.97146.07108.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.08%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=28.08%
G=33.99%
B=37.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712072310.260.1000.0920455.5678.82
HexABCFE71AA09cc384f
Octal253317347321201131470117
Binary10101011110011111110011111010101001001110011001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFE7; }

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

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

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

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

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

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

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

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