#ABDAD8

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

Shades of Sinbad #ABDAD8

Tints of Sinbad #ABDAD8

Color information

#ABDAD8 (or 0xABDAD8) is unknown color: approx Sinbad. HEX triplet: AB, DA and D8. RGB value is (171,218,216). Sum of RGB (Red+Green+Blue) = 171+218+216=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAD8 is #542527. Grayscale: #CBCBCB. Windows color (decimal): -5514536 or 14211755. OLE color: 14211755.

HSL color Cylindrical-coordinate representation of color #ABDAD8: hue angle of 177.45º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDAD8 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB171218216-
CMYK0.2200.010.15
HSL177.45º38.84%76.27%-
HSV(B)177.45º21.56%85.49%-
XYZ54.2663.7674.41-
YUV203.72134.93104.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=28.26%
G=36.03%
B=35.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712182160.2200.010.15177.4538.8476.27
HexABDAD81601Fb1274c
Octal25333233026011726147114
Binary10101011110110101101100010110011111101100011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAD8; }

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

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

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

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

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

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

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

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