Shades of Charlotte #9BDFE6
Tints of Charlotte #9BDFE6
RGB
CMYK
RGB Variations
Color information
#9BDFE6 (or 0x9BDFE6) is known color: Charlotte. HEX triplet: 9B, DF and E6. RGB value is (155,223,230). Sum of RGB (Red+Green+Blue) = 155+223+230=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #9BDFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDFE6 is #642019. Grayscale: #CBCBCB. Windows color (decimal): -6561818 or 15130523. OLE color: 15130523.
HSL color Cylindrical-coordinate representation of color #9BDFE6: hue angle of 185.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BDFE6 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 223 | 230 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.10 |
| HSL | 185.6º | 0.6% | 0.75% | - |
| HSV(B) | 185.6º | 0.33% | 0.9% | - |
| XYZ | 54.19 | 65.46 | 84.64 | - |
| YUV | 203.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 230 | 0.33 | 0.03 | 0 | 0.10 | 185.6 | 0.6 | 0.75 |
| Hex | 9B | DF | E6 | 21 | 3 | 0 | A | BA | 3C | 4B |
| Octal | 233 | 337 | 346 | 41 | 3 | 0 | 12 | 272 | 74 | 113 |
| Binary | 10011011 | 11011111 | 11100110 | 100001 | 11 | 0 | 1010 | 10111010 | 111100 | 1001011 |
Color Harmonies of #9BDFE6
Complementary color
Monochromatic Colors of #9BDFE6
Black with #9BDFE6
Text Example
Text Example
White with #9BDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFE6; }
p { color: rgb(155,223,230); }
H1.HeaderClassName
{
color: #9BDFE6;
}
.AnyTagClassName
{
color: #9BDFE6;
}
</style>
background-color css
<style>
a { background-color: #9BDFE6; }
a { background-color: rgb(155,223,230); }
div.DivClassName
{
background-color: #9BDFE6;
}
.BgClassName
{
background-color: #9BDFE6;
}
</style>
border-color css
<style>
span { border-color: #9BDFE6; }
span { border-color: rgb(155,223,230); }
td.TdClassName
{
border-color: #9BDFE6;
}
.TagClassName
{
border-color: #9BDFE6;
}
</style>