Shades of Sinbad #A4DFDD
Tints of Sinbad #A4DFDD
RGB
CMYK
RGB Variations
Color information
#A4DFDD (or 0xA4DFDD) is known color: Sinbad. HEX triplet: A4, DF and DD. RGB value is (164,223,221). Sum of RGB (Red+Green+Blue) = 164+223+221=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFDD is #5B2022. Grayscale: #CDCDCD. Windows color (decimal): -5972003 or 14540708. OLE color: 14540708.
HSL color Cylindrical-coordinate representation of color #A4DFDD: hue angle of 177.97º 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 #A4DFDD is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 221 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.13 |
| HSL | 177.97º | 0.48% | 0.76% | - |
| HSV(B) | 177.97º | 0.26% | 0.87% | - |
| XYZ | 54.75 | 65.89 | 78.24 | - |
| YUV | 205.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 221 | 0.26 | 0 | 0.01 | 0.13 | 177.97 | 0.48 | 0.76 |
| Hex | A4 | DF | DD | 1A | 0 | 1 | D | B2 | 30 | 4C |
| Octal | 244 | 337 | 335 | 32 | 0 | 1 | 15 | 262 | 60 | 114 |
| Binary | 10100100 | 11011111 | 11011101 | 11010 | 0 | 1 | 1101 | 10110010 | 110000 | 1001100 |
Color Harmonies of #A4DFDD
Complementary color
Monochromatic Colors of #A4DFDD
Black with #A4DFDD
Text Example
Text Example
White with #A4DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFDD; }
p { color: rgb(164,223,221); }
H1.HeaderClassName
{
color: #A4DFDD;
}
.AnyTagClassName
{
color: #A4DFDD;
}
</style>
background-color css
<style>
a { background-color: #A4DFDD; }
a { background-color: rgb(164,223,221); }
div.DivClassName
{
background-color: #A4DFDD;
}
.BgClassName
{
background-color: #A4DFDD;
}
</style>
border-color css
<style>
span { border-color: #A4DFDD; }
span { border-color: rgb(164,223,221); }
td.TdClassName
{
border-color: #A4DFDD;
}
.TagClassName
{
border-color: #A4DFDD;
}
</style>