#ABDAF6

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

Shades of Sail #ABDAF6

Tints of Sail #ABDAF6

Color information

#ABDAF6 (or 0xABDAF6) is unknown color: approx Sail. HEX triplet: AB, DA and F6. RGB value is (171,218,246). Sum of RGB (Red+Green+Blue) = 171+218+246=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABDAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAF6 is #542509. Grayscale: #CECECE. Windows color (decimal): -5514506 or 16177835. OLE color: 16177835.

HSL color Cylindrical-coordinate representation of color #ABDAF6: hue angle of 202.4º 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 #ABDAF6 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171218246-
CMYK0.300.1100.04
HSL202.4º80.65%81.76%-
HSV(B)202.4º30.49%96.47%-
XYZ58.565.4596.74-
YUV207.14149.93102.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 246 (96.48% from 255) = 38.74%
R=26.93%
G=34.33%
B=38.74%

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
Decimal1712182460.300.1100.04202.480.6581.76
HexABDAF61EB04ca5152
Octal253332366361304312121122
Binary10101011110110101111011011110101101001100101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAF6; }

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

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

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

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

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

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

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

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