#ABDDDB

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

Shades of Sinbad #ABDDDB

Tints of Sinbad #ABDDDB

Color information

#ABDDDB (or 0xABDDDB) is unknown color: approx Sinbad. HEX triplet: AB, DD and DB. RGB value is (171,221,219). Sum of RGB (Red+Green+Blue) = 171+221+219=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDDB is #542224. Grayscale: #CDCDCD. Windows color (decimal): -5513765 or 14409131. OLE color: 14409131.

HSL color Cylindrical-coordinate representation of color #ABDDDB: hue angle of 177.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDDB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB171221219-
CMYK0.2300.010.13
HSL177.6º42.37%76.86%-
HSV(B)177.6º22.62%86.67%-
XYZ55.4465.4976.74-
YUV205.82135.44103.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.99%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=27.99%
G=36.17%
B=35.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712212190.2300.010.13177.642.3776.86
HexABDDDB1701Db22a4d
Octal25333533327011526252115
Binary10101011110111011101101110111011101101100101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDDB; }

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

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

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

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

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

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

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

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