Shades of Charlotte #9BE1DF
Tints of Charlotte #9BE1DF
RGB
CMYK
RGB Variations
Color information
#9BE1DF (or 0x9BE1DF) is known color: Charlotte. HEX triplet: 9B, E1 and DF. RGB value is (155,225,223). Sum of RGB (Red+Green+Blue) = 155+225+223=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1DF is #641E20. Grayscale: #CBCBCB. Windows color (decimal): -6561313 or 14672283. OLE color: 14672283.
HSL color Cylindrical-coordinate representation of color #9BE1DF: hue angle of 178.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1DF is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 223 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.12 |
| HSL | 178.29º | 0.54% | 0.75% | - |
| HSV(B) | 178.29º | 0.31% | 0.88% | - |
| XYZ | 53.76 | 66.15 | 79.75 | - |
| YUV | 203.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 223 | 0.31 | 0 | 0.01 | 0.12 | 178.29 | 0.54 | 0.75 |
| Hex | 9B | E1 | DF | 1F | 0 | 1 | C | B2 | 36 | 4B |
| Octal | 233 | 341 | 337 | 37 | 0 | 1 | 14 | 262 | 66 | 113 |
| Binary | 10011011 | 11100001 | 11011111 | 11111 | 0 | 1 | 1100 | 10110010 | 110110 | 1001011 |
Color Harmonies of #9BE1DF
Complementary color
Monochromatic Colors of #9BE1DF
Black with #9BE1DF
Text Example
Text Example
White with #9BE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE1DF; }
p { color: rgb(155,225,223); }
H1.HeaderClassName
{
color: #9BE1DF;
}
.AnyTagClassName
{
color: #9BE1DF;
}
</style>
background-color css
<style>
a { background-color: #9BE1DF; }
a { background-color: rgb(155,225,223); }
div.DivClassName
{
background-color: #9BE1DF;
}
.BgClassName
{
background-color: #9BE1DF;
}
</style>
border-color css
<style>
span { border-color: #9BE1DF; }
span { border-color: rgb(155,225,223); }
td.TdClassName
{
border-color: #9BE1DF;
}
.TagClassName
{
border-color: #9BE1DF;
}
</style>