Shades of Sinbad #ACCECF
Tints of Sinbad #ACCECF
RGB
CMYK
RGB Variations
Color information
#ACCECF (or 0xACCECF) is known color: Sinbad. HEX triplet: AC, CE and CF. RGB value is (172,206,207). Sum of RGB (Red+Green+Blue) = 172+206+207=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACCECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCECF is #533130. Grayscale: #C3C3C3. Windows color (decimal): -5452081 or 13618860. OLE color: 13618860.
HSL color Cylindrical-coordinate representation of color #ACCECF: hue angle of 181.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCECF is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 207 | - |
| CMYK | 0.17 | 0.00 | 0 | 0.19 |
| HSL | 181.71º | 0.27% | 0.74% | - |
| HSV(B) | 181.71º | 0.17% | 0.81% | - |
| XYZ | 50.35 | 57.42 | 67.46 | - |
| YUV | 195.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 207 | 0.17 | 0.00 | 0 | 0.19 | 181.71 | 0.27 | 0.74 |
| Hex | AC | CE | CF | 11 | 0 | 0 | 13 | B6 | 1B | 4A |
| Octal | 254 | 316 | 317 | 21 | 0 | 0 | 23 | 266 | 33 | 112 |
| Binary | 10101100 | 11001110 | 11001111 | 10001 | 0 | 0 | 10011 | 10110110 | 11011 | 1001010 |
Color Harmonies of #ACCECF
Complementary color
Monochromatic Colors of #ACCECF
Black with #ACCECF
Text Example
Text Example
White with #ACCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCECF; }
p { color: rgb(172,206,207); }
H1.HeaderClassName
{
color: #ACCECF;
}
.AnyTagClassName
{
color: #ACCECF;
}
</style>
background-color css
<style>
a { background-color: #ACCECF; }
a { background-color: rgb(172,206,207); }
div.DivClassName
{
background-color: #ACCECF;
}
.BgClassName
{
background-color: #ACCECF;
}
</style>
border-color css
<style>
span { border-color: #ACCECF; }
span { border-color: rgb(172,206,207); }
td.TdClassName
{
border-color: #ACCECF;
}
.TagClassName
{
border-color: #ACCECF;
}
</style>