Shades of Charlotte #9BD8DF
Tints of Charlotte #9BD8DF
RGB
CMYK
RGB Variations
Color information
#9BD8DF (or 0x9BD8DF) is known color: Charlotte. HEX triplet: 9B, D8 and DF. RGB value is (155,216,223). Sum of RGB (Red+Green+Blue) = 155+216+223=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8DF is #642720. Grayscale: #C6C6C6. Windows color (decimal): -6563617 or 14669979. OLE color: 14669979.
HSL color Cylindrical-coordinate representation of color #9BD8DF: hue angle of 186.18º 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 #9BD8DF is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 216 | 223 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.13 |
| HSL | 186.18º | 0.52% | 0.74% | - |
| HSV(B) | 186.18º | 0.3% | 0.87% | - |
| XYZ | 51.39 | 61.41 | 78.96 | - |
| YUV | 198.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 223 | 0.30 | 0.03 | 0 | 0.13 | 186.18 | 0.52 | 0.74 |
| Hex | 9B | D8 | DF | 1E | 3 | 0 | D | BA | 34 | 4A |
| Octal | 233 | 330 | 337 | 36 | 3 | 0 | 15 | 272 | 64 | 112 |
| Binary | 10011011 | 11011000 | 11011111 | 11110 | 11 | 0 | 1101 | 10111010 | 110100 | 1001010 |
Color Harmonies of #9BD8DF
Complementary color
Monochromatic Colors of #9BD8DF
Black with #9BD8DF
Text Example
Text Example
White with #9BD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD8DF; }
p { color: rgb(155,216,223); }
H1.HeaderClassName
{
color: #9BD8DF;
}
.AnyTagClassName
{
color: #9BD8DF;
}
</style>
background-color css
<style>
a { background-color: #9BD8DF; }
a { background-color: rgb(155,216,223); }
div.DivClassName
{
background-color: #9BD8DF;
}
.BgClassName
{
background-color: #9BD8DF;
}
</style>
border-color css
<style>
span { border-color: #9BD8DF; }
span { border-color: rgb(155,216,223); }
td.TdClassName
{
border-color: #9BD8DF;
}
.TagClassName
{
border-color: #9BD8DF;
}
</style>