Shades of Charlotte #96DAE7
Tints of Charlotte #96DAE7
RGB
CMYK
RGB Variations
Color information
#96DAE7 (or 0x96DAE7) is known color: Charlotte. HEX triplet: 96, DA and E7. RGB value is (150,218,231). Sum of RGB (Red+Green+Blue) = 150+218+231=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #96DAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DAE7 is #692518. Grayscale: #C7C7C7. Windows color (decimal): -6890777 or 15194774. OLE color: 15194774.
HSL color Cylindrical-coordinate representation of color #96DAE7: hue angle of 189.63º degrees, saturation: 0.63, 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 #96DAE7 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 218 | 231 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.09 |
| HSL | 189.63º | 0.63% | 0.75% | - |
| HSV(B) | 189.63º | 0.35% | 0.91% | - |
| XYZ | 52.07 | 62.4 | 84.9 | - |
| YUV | 199.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 231 | 0.35 | 0.06 | 0 | 0.09 | 189.63 | 0.63 | 0.75 |
| Hex | 96 | DA | E7 | 23 | 6 | 0 | 9 | BE | 3F | 4B |
| Octal | 226 | 332 | 347 | 43 | 6 | 0 | 11 | 276 | 77 | 113 |
| Binary | 10010110 | 11011010 | 11100111 | 100011 | 110 | 0 | 1001 | 10111110 | 111111 | 1001011 |
Color Harmonies of #96DAE7
Complementary color
Monochromatic Colors of #96DAE7
Black with #96DAE7
Text Example
Text Example
White with #96DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DAE7; }
p { color: rgb(150,218,231); }
H1.HeaderClassName
{
color: #96DAE7;
}
.AnyTagClassName
{
color: #96DAE7;
}
</style>
background-color css
<style>
a { background-color: #96DAE7; }
a { background-color: rgb(150,218,231); }
div.DivClassName
{
background-color: #96DAE7;
}
.BgClassName
{
background-color: #96DAE7;
}
</style>
border-color css
<style>
span { border-color: #96DAE7; }
span { border-color: rgb(150,218,231); }
td.TdClassName
{
border-color: #96DAE7;
}
.TagClassName
{
border-color: #96DAE7;
}
</style>