Shades of Sinbad #A2DBD7
Tints of Sinbad #A2DBD7
RGB
CMYK
RGB Variations
Color information
#A2DBD7 (or 0xA2DBD7) is known color: Sinbad. HEX triplet: A2, DB and D7. RGB value is (162,219,215). Sum of RGB (Red+Green+Blue) = 162+219+215=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBD7 is #5D2428. Grayscale: #C9C9C9. Windows color (decimal): -6104105 or 14146466. OLE color: 14146466.
HSL color Cylindrical-coordinate representation of color #A2DBD7: hue angle of 175.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DBD7 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 162 | 219 | 215 | - |
CMYK | 0.26 | 0 | 0.02 | 0.14 |
HSL | 175.79º | 0.44% | 0.75% | - |
HSV(B) | 175.79º | 0.26% | 0.86% | - |
XYZ | 52.5 | 63.25 | 73.73 | - |
YUV | 201.5 | 135.62 | 99.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 219 | 215 | 0.26 | 0 | 0.02 | 0.14 | 175.79 | 0.44 | 0.75 |
Hex | A2 | DB | D7 | 1A | 0 | 2 | E | B0 | 2C | 4B |
Octal | 242 | 333 | 327 | 32 | 0 | 2 | 16 | 260 | 54 | 113 |
Binary | 10100010 | 11011011 | 11010111 | 11010 | 0 | 10 | 1110 | 10110000 | 101100 | 1001011 |
Color Harmonies of #A2DBD7
Complementary color
Monochromatic Colors of #A2DBD7
Black with #A2DBD7
Text Example
Text Example
White with #A2DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBD7; }
p { color: rgb(162,219,215); }
H1.HeaderClassName
{
color: #A2DBD7;
}
.AnyTagClassName
{
color: #A2DBD7;
}
</style>
background-color css
<style>
a { background-color: #A2DBD7; }
a { background-color: rgb(162,219,215); }
div.DivClassName
{
background-color: #A2DBD7;
}
.BgClassName
{
background-color: #A2DBD7;
}
</style>
border-color css
<style>
span { border-color: #A2DBD7; }
span { border-color: rgb(162,219,215); }
td.TdClassName
{
border-color: #A2DBD7;
}
.TagClassName
{
border-color: #A2DBD7;
}
</style>