#ABD1E9

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

Shades of Sail #ABD1E9

Tints of Sail #ABD1E9

Color information

#ABD1E9 (or 0xABD1E9) is unknown color: approx Sail. HEX triplet: AB, D1 and E9. RGB value is (171,209,233). Sum of RGB (Red+Green+Blue) = 171+209+233=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABD1E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD1E9 is #542E16. Grayscale: #C8C8C8. Windows color (decimal): -5516823 or 15323563. OLE color: 15323563.

HSL color Cylindrical-coordinate representation of color #ABD1E9: hue angle of 203.23º 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 #ABD1E9 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171209233-
CMYK0.270.1000.09
HSL203.23º58.49%79.22%-
HSV(B)203.23º26.61%91.37%-
XYZ54.360.1485.84-
YUV200.37146.41107.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.90%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=27.90%
G=34.09%
B=38.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712092330.270.1000.09203.2358.4979.22
HexABD1E91BA09cb3a4f
Octal253321351331201131372117
Binary10101011110100011110100111011101001001110010111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1E9; }

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

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

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

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

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

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

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

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