Shades of Charlotte #96DCE0
Tints of Charlotte #96DCE0
RGB
CMYK
RGB Variations
Color information
#96DCE0 (or 0x96DCE0) is known color: Charlotte. HEX triplet: 96, DC and E0. RGB value is (150,220,224). Sum of RGB (Red+Green+Blue) = 150+220+224=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #96DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCE0 is #69231F. Grayscale: #C7C7C7. Windows color (decimal): -6890272 or 14736534. OLE color: 14736534.
HSL color Cylindrical-coordinate representation of color #96DCE0: hue angle of 183.24º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DCE0 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 220 | 224 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.12 |
| HSL | 183.24º | 0.54% | 0.73% | - |
| HSV(B) | 183.24º | 0.33% | 0.88% | - |
| XYZ | 51.63 | 63.05 | 79.97 | - |
| YUV | 199.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 224 | 0.33 | 0.02 | 0 | 0.12 | 183.24 | 0.54 | 0.73 |
| Hex | 96 | DC | E0 | 21 | 2 | 0 | C | B7 | 36 | 49 |
| Octal | 226 | 334 | 340 | 41 | 2 | 0 | 14 | 267 | 66 | 111 |
| Binary | 10010110 | 11011100 | 11100000 | 100001 | 10 | 0 | 1100 | 10110111 | 110110 | 1001001 |
Color Harmonies of #96DCE0
Complementary color
Monochromatic Colors of #96DCE0
Black with #96DCE0
Text Example
Text Example
White with #96DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCE0; }
p { color: rgb(150,220,224); }
H1.HeaderClassName
{
color: #96DCE0;
}
.AnyTagClassName
{
color: #96DCE0;
}
</style>
background-color css
<style>
a { background-color: #96DCE0; }
a { background-color: rgb(150,220,224); }
div.DivClassName
{
background-color: #96DCE0;
}
.BgClassName
{
background-color: #96DCE0;
}
</style>
border-color css
<style>
span { border-color: #96DCE0; }
span { border-color: rgb(150,220,224); }
td.TdClassName
{
border-color: #96DCE0;
}
.TagClassName
{
border-color: #96DCE0;
}
</style>