Shades of Charlotte #9BDDE1
Tints of Charlotte #9BDDE1
RGB
CMYK
RGB Variations
Color information
#9BDDE1 (or 0x9BDDE1) is known color: Charlotte. HEX triplet: 9B, DD and E1. RGB value is (155,221,225). Sum of RGB (Red+Green+Blue) = 155+221+225=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #9BDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDE1 is #64221E. Grayscale: #C9C9C9. Windows color (decimal): -6562335 or 14802331. OLE color: 14802331.
HSL color Cylindrical-coordinate representation of color #9BDDE1: hue angle of 183.43º 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 #9BDDE1 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 221 | 225 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.12 |
| HSL | 183.43º | 0.54% | 0.75% | - |
| HSV(B) | 183.43º | 0.31% | 0.88% | - |
| XYZ | 52.96 | 64.12 | 80.82 | - |
| YUV | 201.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 225 | 0.31 | 0.02 | 0 | 0.12 | 183.43 | 0.54 | 0.75 |
| Hex | 9B | DD | E1 | 1F | 2 | 0 | C | B7 | 36 | 4B |
| Octal | 233 | 335 | 341 | 37 | 2 | 0 | 14 | 267 | 66 | 113 |
| Binary | 10011011 | 11011101 | 11100001 | 11111 | 10 | 0 | 1100 | 10110111 | 110110 | 1001011 |
Color Harmonies of #9BDDE1
Complementary color
Monochromatic Colors of #9BDDE1
Black with #9BDDE1
Text Example
Text Example
White with #9BDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDE1; }
p { color: rgb(155,221,225); }
H1.HeaderClassName
{
color: #9BDDE1;
}
.AnyTagClassName
{
color: #9BDDE1;
}
</style>
background-color css
<style>
a { background-color: #9BDDE1; }
a { background-color: rgb(155,221,225); }
div.DivClassName
{
background-color: #9BDDE1;
}
.BgClassName
{
background-color: #9BDDE1;
}
</style>
border-color css
<style>
span { border-color: #9BDDE1; }
span { border-color: rgb(155,221,225); }
td.TdClassName
{
border-color: #9BDDE1;
}
.TagClassName
{
border-color: #9BDDE1;
}
</style>