Shades of Charlotte #9BDDDF
Tints of Charlotte #9BDDDF
RGB
CMYK
RGB Variations
Color information
#9BDDDF (or 0x9BDDDF) is known color: Charlotte. HEX triplet: 9B, DD and DF. RGB value is (155,221,223). Sum of RGB (Red+Green+Blue) = 155+221+223=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDDF is #642220. Grayscale: #C9C9C9. Windows color (decimal): -6562337 or 14671259. OLE color: 14671259.
HSL color Cylindrical-coordinate representation of color #9BDDDF: hue angle of 181.76º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDDF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 223 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.13 |
| HSL | 181.76º | 0.52% | 0.74% | - |
| HSV(B) | 181.76º | 0.3% | 0.87% | - |
| XYZ | 52.69 | 64.01 | 79.39 | - |
| YUV | 201.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 223 | 0.30 | 0.01 | 0 | 0.13 | 181.76 | 0.52 | 0.74 |
| Hex | 9B | DD | DF | 1E | 1 | 0 | D | B6 | 34 | 4A |
| Octal | 233 | 335 | 337 | 36 | 1 | 0 | 15 | 266 | 64 | 112 |
| Binary | 10011011 | 11011101 | 11011111 | 11110 | 1 | 0 | 1101 | 10110110 | 110100 | 1001010 |
Color Harmonies of #9BDDDF
Complementary color
Monochromatic Colors of #9BDDDF
Black with #9BDDDF
Text Example
Text Example
White with #9BDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDDF; }
p { color: rgb(155,221,223); }
H1.HeaderClassName
{
color: #9BDDDF;
}
.AnyTagClassName
{
color: #9BDDDF;
}
</style>
background-color css
<style>
a { background-color: #9BDDDF; }
a { background-color: rgb(155,221,223); }
div.DivClassName
{
background-color: #9BDDDF;
}
.BgClassName
{
background-color: #9BDDDF;
}
</style>
border-color css
<style>
span { border-color: #9BDDDF; }
span { border-color: rgb(155,221,223); }
td.TdClassName
{
border-color: #9BDDDF;
}
.TagClassName
{
border-color: #9BDDDF;
}
</style>