Shades of Sinbad #A8DCDB
Tints of Sinbad #A8DCDB
RGB
CMYK
RGB Variations
Color information
#A8DCDB (or 0xA8DCDB) is known color: Sinbad. HEX triplet: A8, DC and DB. RGB value is (168,220,219). Sum of RGB (Red+Green+Blue) = 168+220+219=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCDB is #572324. Grayscale: #CCCCCC. Windows color (decimal): -5710629 or 14408872. OLE color: 14408872.
HSL color Cylindrical-coordinate representation of color #A8DCDB: hue angle of 178.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCDB is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 219 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.14 |
| HSL | 178.85º | 0.43% | 0.76% | - |
| HSV(B) | 178.85º | 0.24% | 0.86% | - |
| XYZ | 54.53 | 64.63 | 76.62 | - |
| YUV | 204.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 219 | 0.24 | 0 | 0.00 | 0.14 | 178.85 | 0.43 | 0.76 |
| Hex | A8 | DC | DB | 18 | 0 | 0 | E | B3 | 2B | 4C |
| Octal | 250 | 334 | 333 | 30 | 0 | 0 | 16 | 263 | 53 | 114 |
| Binary | 10101000 | 11011100 | 11011011 | 11000 | 0 | 0 | 1110 | 10110011 | 101011 | 1001100 |
Color Harmonies of #A8DCDB
Complementary color
Monochromatic Colors of #A8DCDB
Black with #A8DCDB
Text Example
Text Example
White with #A8DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCDB; }
p { color: rgb(168,220,219); }
H1.HeaderClassName
{
color: #A8DCDB;
}
.AnyTagClassName
{
color: #A8DCDB;
}
</style>
background-color css
<style>
a { background-color: #A8DCDB; }
a { background-color: rgb(168,220,219); }
div.DivClassName
{
background-color: #A8DCDB;
}
.BgClassName
{
background-color: #A8DCDB;
}
</style>
border-color css
<style>
span { border-color: #A8DCDB; }
span { border-color: rgb(168,220,219); }
td.TdClassName
{
border-color: #A8DCDB;
}
.TagClassName
{
border-color: #A8DCDB;
}
</style>