Shades of Charlotte #96DCE8
Tints of Charlotte #96DCE8
RGB
CMYK
RGB Variations
Color information
#96DCE8 (or 0x96DCE8) is known color: Charlotte. HEX triplet: 96, DC and E8. RGB value is (150,220,232). Sum of RGB (Red+Green+Blue) = 150+220+232=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #96DCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCE8 is #692317. Grayscale: #C8C8C8. Windows color (decimal): -6890264 or 15260822. OLE color: 15260822.
HSL color Cylindrical-coordinate representation of color #96DCE8: hue angle of 188.78º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96DCE8 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 220 | 232 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.09 |
| HSL | 188.78º | 0.64% | 0.75% | - |
| HSV(B) | 188.78º | 0.35% | 0.91% | - |
| XYZ | 52.74 | 63.5 | 85.82 | - |
| YUV | 200.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 232 | 0.35 | 0.05 | 0 | 0.09 | 188.78 | 0.64 | 0.75 |
| Hex | 96 | DC | E8 | 23 | 5 | 0 | 9 | BD | 40 | 4B |
| Octal | 226 | 334 | 350 | 43 | 5 | 0 | 11 | 275 | 100 | 113 |
| Binary | 10010110 | 11011100 | 11101000 | 100011 | 101 | 0 | 1001 | 10111101 | 1000000 | 1001011 |
Color Harmonies of #96DCE8
Complementary color
Monochromatic Colors of #96DCE8
Black with #96DCE8
Text Example
Text Example
White with #96DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCE8; }
p { color: rgb(150,220,232); }
H1.HeaderClassName
{
color: #96DCE8;
}
.AnyTagClassName
{
color: #96DCE8;
}
</style>
background-color css
<style>
a { background-color: #96DCE8; }
a { background-color: rgb(150,220,232); }
div.DivClassName
{
background-color: #96DCE8;
}
.BgClassName
{
background-color: #96DCE8;
}
</style>
border-color css
<style>
span { border-color: #96DCE8; }
span { border-color: rgb(150,220,232); }
td.TdClassName
{
border-color: #96DCE8;
}
.TagClassName
{
border-color: #96DCE8;
}
</style>