Shades of Sinbad #A8DAD4
Tints of Sinbad #A8DAD4
RGB
CMYK
RGB Variations
Color information
#A8DAD4 (or 0xA8DAD4) is known color: Sinbad. HEX triplet: A8, DA and D4. RGB value is (168,218,212). Sum of RGB (Red+Green+Blue) = 168+218+212=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAD4 is #57252B. Grayscale: #CACACA. Windows color (decimal): -5711148 or 13949608. OLE color: 13949608.
HSL color Cylindrical-coordinate representation of color #A8DAD4: hue angle of 172.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAD4 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 212 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.15 |
| HSL | 172.8º | 0.4% | 0.76% | - |
| HSV(B) | 172.8º | 0.23% | 0.85% | - |
| XYZ | 53.1 | 63.22 | 71.69 | - |
| YUV | 202.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 212 | 0.23 | 0 | 0.03 | 0.15 | 172.8 | 0.4 | 0.76 |
| Hex | A8 | DA | D4 | 17 | 0 | 3 | F | AD | 28 | 4C |
| Octal | 250 | 332 | 324 | 27 | 0 | 3 | 17 | 255 | 50 | 114 |
| Binary | 10101000 | 11011010 | 11010100 | 10111 | 0 | 11 | 1111 | 10101101 | 101000 | 1001100 |
Color Harmonies of #A8DAD4
Complementary color
Monochromatic Colors of #A8DAD4
Black with #A8DAD4
Text Example
Text Example
White with #A8DAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAD4; }
p { color: rgb(168,218,212); }
H1.HeaderClassName
{
color: #A8DAD4;
}
.AnyTagClassName
{
color: #A8DAD4;
}
</style>
background-color css
<style>
a { background-color: #A8DAD4; }
a { background-color: rgb(168,218,212); }
div.DivClassName
{
background-color: #A8DAD4;
}
.BgClassName
{
background-color: #A8DAD4;
}
</style>
border-color css
<style>
span { border-color: #A8DAD4; }
span { border-color: rgb(168,218,212); }
td.TdClassName
{
border-color: #A8DAD4;
}
.TagClassName
{
border-color: #A8DAD4;
}
</style>