Shades of Sinbad #A2DEDB
Tints of Sinbad #A2DEDB
RGB
CMYK
RGB Variations
Color information
#A2DEDB (or 0xA2DEDB) is known color: Sinbad. HEX triplet: A2, DE and DB. RGB value is (162,222,219). Sum of RGB (Red+Green+Blue) = 162+222+219=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEDB is #5D2124. Grayscale: #CBCBCB. Windows color (decimal): -6103333 or 14409378. OLE color: 14409378.
HSL color Cylindrical-coordinate representation of color #A2DEDB: hue angle of 177º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DEDB is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 219 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.13 |
| HSL | 177º | 0.48% | 0.75% | - |
| HSV(B) | 177º | 0.27% | 0.87% | - |
| XYZ | 53.81 | 65.04 | 76.74 | - |
| YUV | 203.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 219 | 0.27 | 0 | 0.01 | 0.13 | 177 | 0.48 | 0.75 |
| Hex | A2 | DE | DB | 1B | 0 | 1 | D | B1 | 30 | 4B |
| Octal | 242 | 336 | 333 | 33 | 0 | 1 | 15 | 261 | 60 | 113 |
| Binary | 10100010 | 11011110 | 11011011 | 11011 | 0 | 1 | 1101 | 10110001 | 110000 | 1001011 |
Color Harmonies of #A2DEDB
Complementary color
Monochromatic Colors of #A2DEDB
Black with #A2DEDB
Text Example
Text Example
White with #A2DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DEDB; }
p { color: rgb(162,222,219); }
H1.HeaderClassName
{
color: #A2DEDB;
}
.AnyTagClassName
{
color: #A2DEDB;
}
</style>
background-color css
<style>
a { background-color: #A2DEDB; }
a { background-color: rgb(162,222,219); }
div.DivClassName
{
background-color: #A2DEDB;
}
.BgClassName
{
background-color: #A2DEDB;
}
</style>
border-color css
<style>
span { border-color: #A2DEDB; }
span { border-color: rgb(162,222,219); }
td.TdClassName
{
border-color: #A2DEDB;
}
.TagClassName
{
border-color: #A2DEDB;
}
</style>