#ABDADA

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

Shades of Sinbad #ABDADA

Tints of Sinbad #ABDADA

Color information

#ABDADA (or 0xABDADA) is unknown color: approx Sinbad. HEX triplet: AB, DA and DA. RGB value is (171,218,218). Sum of RGB (Red+Green+Blue) = 171+218+218=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #ABDADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDADA is #542525. Grayscale: #CBCBCB. Windows color (decimal): -5514534 or 14342827. OLE color: 14342827.

HSL color Cylindrical-coordinate representation of color #ABDADA: hue angle of 180º 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 #ABDADA is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171218218-
CMYK0.22000.15
HSL180º38.84%76.27%-
HSV(B)180º21.56%85.49%-
XYZ54.5263.8675.78-
YUV203.95135.93104.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=28.17%
G=35.91%
B=35.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712182180.22000.1518038.8476.27
HexABDADA1600Fb4274c
Octal25333233226001726447114
Binary10101011110110101101101010110001111101101001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDADA; }

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

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

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

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

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

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

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

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