Shades of Charlotte #96DFE6
Tints of Charlotte #96DFE6
RGB
CMYK
RGB Variations
Color information
#96DFE6 (or 0x96DFE6) is known color: Charlotte. HEX triplet: 96, DF and E6. RGB value is (150,223,230). Sum of RGB (Red+Green+Blue) = 150+223+230=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #96DFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DFE6 is #692019. Grayscale: #C9C9C9. Windows color (decimal): -6889498 or 15130518. OLE color: 15130518.
HSL color Cylindrical-coordinate representation of color #96DFE6: hue angle of 185.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96DFE6 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 223 | 230 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.10 |
| HSL | 185.25º | 0.62% | 0.75% | - |
| HSV(B) | 185.25º | 0.35% | 0.9% | - |
| XYZ | 53.25 | 64.97 | 84.6 | - |
| YUV | 201.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 230 | 0.35 | 0.03 | 0 | 0.10 | 185.25 | 0.62 | 0.75 |
| Hex | 96 | DF | E6 | 23 | 3 | 0 | A | B9 | 3E | 4B |
| Octal | 226 | 337 | 346 | 43 | 3 | 0 | 12 | 271 | 76 | 113 |
| Binary | 10010110 | 11011111 | 11100110 | 100011 | 11 | 0 | 1010 | 10111001 | 111110 | 1001011 |
Color Harmonies of #96DFE6
Complementary color
Monochromatic Colors of #96DFE6
Black with #96DFE6
Text Example
Text Example
White with #96DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFE6; }
p { color: rgb(150,223,230); }
H1.HeaderClassName
{
color: #96DFE6;
}
.AnyTagClassName
{
color: #96DFE6;
}
</style>
background-color css
<style>
a { background-color: #96DFE6; }
a { background-color: rgb(150,223,230); }
div.DivClassName
{
background-color: #96DFE6;
}
.BgClassName
{
background-color: #96DFE6;
}
</style>
border-color css
<style>
span { border-color: #96DFE6; }
span { border-color: rgb(150,223,230); }
td.TdClassName
{
border-color: #96DFE6;
}
.TagClassName
{
border-color: #96DFE6;
}
</style>