#ABCFEB

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

Shades of Sail #ABCFEB

Tints of Sail #ABCFEB

Color information

#ABCFEB (or 0xABCFEB) is unknown color: approx Sail. HEX triplet: AB, CF and EB. RGB value is (171,207,235). Sum of RGB (Red+Green+Blue) = 171+207+235=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFEB is #543014. Grayscale: #C7C7C7. Windows color (decimal): -5517333 or 15454123. OLE color: 15454123.

HSL color Cylindrical-coordinate representation of color #ABCFEB: hue angle of 206.25º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABCFEB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171207235-
CMYK0.270.1200.08
HSL206.25º61.54%79.61%-
HSV(B)206.25º27.23%92.16%-
XYZ54.159.2887.19-
YUV199.43148.07107.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.90%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=27.90%
G=33.77%
B=38.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712072350.270.1200.08206.2561.5479.61
HexABCFEB1BC08ce3e50
Octal253317353331401031676120
Binary10101011110011111110101111011110001000110011101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFEB; }

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

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

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

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

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

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

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

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