Shades of Charlotte #96DBED
Tints of Charlotte #96DBED
RGB
CMYK
RGB Variations
Color information
#96DBED (or 0x96DBED) is known color: Charlotte. HEX triplet: 96, DB and ED. RGB value is (150,219,237). Sum of RGB (Red+Green+Blue) = 150+219+237=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #96DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBED is #692412. Grayscale: #C8C8C8. Windows color (decimal): -6890515 or 15588246. OLE color: 15588246.
HSL color Cylindrical-coordinate representation of color #96DBED: hue angle of 192.41º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96DBED is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 219 | 237 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.07 |
| HSL | 192.41º | 0.71% | 0.76% | - |
| HSV(B) | 192.41º | 0.37% | 0.93% | - |
| XYZ | 53.2 | 63.26 | 89.53 | - |
| YUV | 200.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 237 | 0.37 | 0.08 | 0 | 0.07 | 192.41 | 0.71 | 0.76 |
| Hex | 96 | DB | ED | 25 | 8 | 0 | 7 | C0 | 47 | 4C |
| Octal | 226 | 333 | 355 | 45 | 10 | 0 | 7 | 300 | 107 | 114 |
| Binary | 10010110 | 11011011 | 11101101 | 100101 | 1000 | 0 | 111 | 11000000 | 1000111 | 1001100 |
Color Harmonies of #96DBED
Complementary color
Monochromatic Colors of #96DBED
Black with #96DBED
Text Example
Text Example
White with #96DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBED; }
p { color: rgb(150,219,237); }
H1.HeaderClassName
{
color: #96DBED;
}
.AnyTagClassName
{
color: #96DBED;
}
</style>
background-color css
<style>
a { background-color: #96DBED; }
a { background-color: rgb(150,219,237); }
div.DivClassName
{
background-color: #96DBED;
}
.BgClassName
{
background-color: #96DBED;
}
</style>
border-color css
<style>
span { border-color: #96DBED; }
span { border-color: rgb(150,219,237); }
td.TdClassName
{
border-color: #96DBED;
}
.TagClassName
{
border-color: #96DBED;
}
</style>