Shades of Sinbad #A8DBDA
Tints of Sinbad #A8DBDA
RGB
CMYK
RGB Variations
Color information
#A8DBDA (or 0xA8DBDA) is known color: Sinbad. HEX triplet: A8, DB and DA. RGB value is (168,219,218). Sum of RGB (Red+Green+Blue) = 168+219+218=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBDA is #572425. Grayscale: #CBCBCB. Windows color (decimal): -5710886 or 14343080. OLE color: 14343080.
HSL color Cylindrical-coordinate representation of color #A8DBDA: hue angle of 178.82º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBDA is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 168 | 219 | 218 | - |
CMYK | 0.23 | 0 | 0.00 | 0.14 |
HSL | 178.82º | 0.41% | 0.76% | - |
HSV(B) | 178.82º | 0.23% | 0.86% | - |
XYZ | 54.13 | 64.05 | 75.84 | - |
YUV | 203.64 | 136.1 | 102.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 219 | 218 | 0.23 | 0 | 0.00 | 0.14 | 178.82 | 0.41 | 0.76 |
Hex | A8 | DB | DA | 17 | 0 | 0 | E | B3 | 29 | 4C |
Octal | 250 | 333 | 332 | 27 | 0 | 0 | 16 | 263 | 51 | 114 |
Binary | 10101000 | 11011011 | 11011010 | 10111 | 0 | 0 | 1110 | 10110011 | 101001 | 1001100 |
Color Harmonies of #A8DBDA
Complementary color
Monochromatic Colors of #A8DBDA
Black with #A8DBDA
Text Example
Text Example
White with #A8DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBDA; }
p { color: rgb(168,219,218); }
H1.HeaderClassName
{
color: #A8DBDA;
}
.AnyTagClassName
{
color: #A8DBDA;
}
</style>
background-color css
<style>
a { background-color: #A8DBDA; }
a { background-color: rgb(168,219,218); }
div.DivClassName
{
background-color: #A8DBDA;
}
.BgClassName
{
background-color: #A8DBDA;
}
</style>
border-color css
<style>
span { border-color: #A8DBDA; }
span { border-color: rgb(168,219,218); }
td.TdClassName
{
border-color: #A8DBDA;
}
.TagClassName
{
border-color: #A8DBDA;
}
</style>