Shades of Charlotte #96DCE9
Tints of Charlotte #96DCE9
RGB
CMYK
RGB Variations
Color information
#96DCE9 (or 0x96DCE9) is known color: Charlotte. HEX triplet: 96, DC and E9. RGB value is (150,220,233). Sum of RGB (Red+Green+Blue) = 150+220+233=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #96DCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCE9 is #692316. Grayscale: #C8C8C8. Windows color (decimal): -6890263 or 15326358. OLE color: 15326358.
HSL color Cylindrical-coordinate representation of color #96DCE9: hue angle of 189.4º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DCE9 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 220 | 233 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.09 |
| HSL | 189.4º | 0.65% | 0.75% | - |
| HSV(B) | 189.4º | 0.36% | 0.91% | - |
| XYZ | 52.88 | 63.55 | 86.57 | - |
| YUV | 200.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 233 | 0.36 | 0.06 | 0 | 0.09 | 189.4 | 0.65 | 0.75 |
| Hex | 96 | DC | E9 | 24 | 6 | 0 | 9 | BD | 41 | 4B |
| Octal | 226 | 334 | 351 | 44 | 6 | 0 | 11 | 275 | 101 | 113 |
| Binary | 10010110 | 11011100 | 11101001 | 100100 | 110 | 0 | 1001 | 10111101 | 1000001 | 1001011 |
Color Harmonies of #96DCE9
Complementary color
Monochromatic Colors of #96DCE9
Black with #96DCE9
Text Example
Text Example
White with #96DCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCE9; }
p { color: rgb(150,220,233); }
H1.HeaderClassName
{
color: #96DCE9;
}
.AnyTagClassName
{
color: #96DCE9;
}
</style>
background-color css
<style>
a { background-color: #96DCE9; }
a { background-color: rgb(150,220,233); }
div.DivClassName
{
background-color: #96DCE9;
}
.BgClassName
{
background-color: #96DCE9;
}
</style>
border-color css
<style>
span { border-color: #96DCE9; }
span { border-color: rgb(150,220,233); }
td.TdClassName
{
border-color: #96DCE9;
}
.TagClassName
{
border-color: #96DCE9;
}
</style>