Shades of Sinbad #A4DFDB
Tints of Sinbad #A4DFDB
RGB
CMYK
RGB Variations
Color information
#A4DFDB (or 0xA4DFDB) is known color: Sinbad. HEX triplet: A4, DF and DB. RGB value is (164,223,219). Sum of RGB (Red+Green+Blue) = 164+223+219=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFDB is #5B2024. Grayscale: #CCCCCC. Windows color (decimal): -5972005 or 14409636. OLE color: 14409636.
HSL color Cylindrical-coordinate representation of color #A4DFDB: hue angle of 175.93º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFDB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 219 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.13 |
| HSL | 175.93º | 0.48% | 0.76% | - |
| HSV(B) | 175.93º | 0.26% | 0.87% | - |
| XYZ | 54.48 | 65.78 | 76.84 | - |
| YUV | 204.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 219 | 0.26 | 0 | 0.02 | 0.13 | 175.93 | 0.48 | 0.76 |
| Hex | A4 | DF | DB | 1A | 0 | 2 | D | B0 | 30 | 4C |
| Octal | 244 | 337 | 333 | 32 | 0 | 2 | 15 | 260 | 60 | 114 |
| Binary | 10100100 | 11011111 | 11011011 | 11010 | 0 | 10 | 1101 | 10110000 | 110000 | 1001100 |
Color Harmonies of #A4DFDB
Complementary color
Monochromatic Colors of #A4DFDB
Black with #A4DFDB
Text Example
Text Example
White with #A4DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFDB; }
p { color: rgb(164,223,219); }
H1.HeaderClassName
{
color: #A4DFDB;
}
.AnyTagClassName
{
color: #A4DFDB;
}
</style>
background-color css
<style>
a { background-color: #A4DFDB; }
a { background-color: rgb(164,223,219); }
div.DivClassName
{
background-color: #A4DFDB;
}
.BgClassName
{
background-color: #A4DFDB;
}
</style>
border-color css
<style>
span { border-color: #A4DFDB; }
span { border-color: rgb(164,223,219); }
td.TdClassName
{
border-color: #A4DFDB;
}
.TagClassName
{
border-color: #A4DFDB;
}
</style>