#ABDBF6

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

Shades of Sail #ABDBF6

Tints of Sail #ABDBF6

Color information

#ABDBF6 (or 0xABDBF6) is unknown color: approx Sail. HEX triplet: AB, DB and F6. RGB value is (171,219,246). Sum of RGB (Red+Green+Blue) = 171+219+246=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABDBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBF6 is #542409. Grayscale: #CFCFCF. Windows color (decimal): -5514250 or 16178091. OLE color: 16178091.

HSL color Cylindrical-coordinate representation of color #ABDBF6: hue angle of 201.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDBF6 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171219246-
CMYK0.300.1100.04
HSL201.6º80.65%81.76%-
HSV(B)201.6º30.49%96.47%-
XYZ58.7665.9796.83-
YUV207.73149.6101.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.89%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=26.89%
G=34.43%
B=38.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712192460.300.1100.04201.680.6581.76
HexABDBF61EB04ca5152
Octal253333366361304312121122
Binary10101011110110111111011011110101101001100101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBF6; }

 p { color: rgb(171,219,246); }

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

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

 a { background-color: rgb(171,219,246); }

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

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

 span { border-color: rgb(171,219,246); }

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