Shades of Sinbad #A8D0CD
Tints of Sinbad #A8D0CD
RGB
CMYK
RGB Variations
Color information
#A8D0CD (or 0xA8D0CD) is known color: Sinbad. HEX triplet: A8, D0 and CD. RGB value is (168,208,205). Sum of RGB (Red+Green+Blue) = 168+208+205=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D0CD is #572F32. Grayscale: #C3C3C3. Windows color (decimal): -5713715 or 13488296. OLE color: 13488296.
HSL color Cylindrical-coordinate representation of color #A8D0CD: hue angle of 175.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8D0CD is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 168 | 208 | 205 | - |
CMYK | 0.19 | 0 | 0.01 | 0.18 |
HSL | 175.5º | 0.3% | 0.74% | - |
HSV(B) | 175.5º | 0.19% | 0.82% | - |
XYZ | 49.72 | 57.84 | 66.3 | - |
YUV | 195.7 | 133.25 | 108.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 208 | 205 | 0.19 | 0 | 0.01 | 0.18 | 175.5 | 0.3 | 0.74 |
Hex | A8 | D0 | CD | 13 | 0 | 1 | 12 | B0 | 1E | 4A |
Octal | 250 | 320 | 315 | 23 | 0 | 1 | 22 | 260 | 36 | 112 |
Binary | 10101000 | 11010000 | 11001101 | 10011 | 0 | 1 | 10010 | 10110000 | 11110 | 1001010 |
Color Harmonies of #A8D0CD
Complementary color
Monochromatic Colors of #A8D0CD
Black with #A8D0CD
Text Example
Text Example
White with #A8D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0CD; }
p { color: rgb(168,208,205); }
H1.HeaderClassName
{
color: #A8D0CD;
}
.AnyTagClassName
{
color: #A8D0CD;
}
</style>
background-color css
<style>
a { background-color: #A8D0CD; }
a { background-color: rgb(168,208,205); }
div.DivClassName
{
background-color: #A8D0CD;
}
.BgClassName
{
background-color: #A8D0CD;
}
</style>
border-color css
<style>
span { border-color: #A8D0CD; }
span { border-color: rgb(168,208,205); }
td.TdClassName
{
border-color: #A8D0CD;
}
.TagClassName
{
border-color: #A8D0CD;
}
</style>