#ABCFE8

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

Shades of Sail #ABCFE8

Tints of Sail #ABCFE8

Color information

#ABCFE8 (or 0xABCFE8) is unknown color: approx Sail. HEX triplet: AB, CF and E8. RGB value is (171,207,232). Sum of RGB (Red+Green+Blue) = 171+207+232=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABCFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFE8 is #543017. Grayscale: #C6C6C6. Windows color (decimal): -5517336 or 15257515. OLE color: 15257515.

HSL color Cylindrical-coordinate representation of color #ABCFE8: hue angle of 204.59º degrees, saturation: 0.57, 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 #ABCFE8 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171207232-
CMYK0.260.1100.09
HSL204.59º57.01%79.02%-
HSV(B)204.59º26.29%90.98%-
XYZ53.6759.1184.92-
YUV199.09146.57107.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=28.03%
G=33.93%
B=38.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712072320.260.1100.09204.5957.0179.02
HexABCFE81AB09cd394f
Octal253317350321301131571117
Binary10101011110011111110100011010101101001110011011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFE8; }

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

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

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

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

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

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

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

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