Shades of Charlotte #9BDFDF
Tints of Charlotte #9BDFDF
RGB
CMYK
RGB Variations
Color information
#9BDFDF (or 0x9BDFDF) is known color: Charlotte. HEX triplet: 9B, DF and DF. RGB value is (155,223,223). Sum of RGB (Red+Green+Blue) = 155+223+223=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #9BDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFDF is #642020. Grayscale: #CACACA. Windows color (decimal): -6561825 or 14671771. OLE color: 14671771.
HSL color Cylindrical-coordinate representation of color #9BDFDF: hue angle of 180º 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 #9BDFDF is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 223 | - |
| CMYK | 0.30 | 0 | 0 | 0.13 |
| HSL | 180º | 0.52% | 0.74% | - |
| HSV(B) | 180º | 0.3% | 0.87% | - |
| XYZ | 53.22 | 65.07 | 79.57 | - |
| YUV | 202.67 | 139.47 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 223 | 0.30 | 0 | 0 | 0.13 | 180 | 0.52 | 0.74 |
| Hex | 9B | DF | DF | 1E | 0 | 0 | D | B4 | 34 | 4A |
| Octal | 233 | 337 | 337 | 36 | 0 | 0 | 15 | 264 | 64 | 112 |
| Binary | 10011011 | 11011111 | 11011111 | 11110 | 0 | 0 | 1101 | 10110100 | 110100 | 1001010 |
Color Harmonies of #9BDFDF
Complementary color
Monochromatic Colors of #9BDFDF
Black with #9BDFDF
Text Example
Text Example
White with #9BDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFDF; }
p { color: rgb(155,223,223); }
H1.HeaderClassName
{
color: #9BDFDF;
}
.AnyTagClassName
{
color: #9BDFDF;
}
</style>
background-color css
<style>
a { background-color: #9BDFDF; }
a { background-color: rgb(155,223,223); }
div.DivClassName
{
background-color: #9BDFDF;
}
.BgClassName
{
background-color: #9BDFDF;
}
</style>
border-color css
<style>
span { border-color: #9BDFDF; }
span { border-color: rgb(155,223,223); }
td.TdClassName
{
border-color: #9BDFDF;
}
.TagClassName
{
border-color: #9BDFDF;
}
</style>