Shades of Charlotte #98DAE0
Tints of Charlotte #98DAE0
RGB
CMYK
RGB Variations
Color information
#98DAE0 (or 0x98DAE0) is known color: Charlotte. HEX triplet: 98, DA and E0. RGB value is (152,218,224). Sum of RGB (Red+Green+Blue) = 152+218+224=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 218 (85.55% from 255 or 36.70% 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 #98DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DAE0 is #67251F. Grayscale: #C6C6C6. Windows color (decimal): -6759712 or 14736024. OLE color: 14736024.
HSL color Cylindrical-coordinate representation of color #98DAE0: hue angle of 185º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DAE0 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 218 | 224 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.12 |
| HSL | 185º | 0.54% | 0.74% | - |
| HSV(B) | 185º | 0.32% | 0.88% | - |
| XYZ | 51.47 | 62.2 | 79.81 | - |
| YUV | 198.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 224 | 0.32 | 0.03 | 0 | 0.12 | 185 | 0.54 | 0.74 |
| Hex | 98 | DA | E0 | 20 | 3 | 0 | C | B9 | 36 | 4A |
| Octal | 230 | 332 | 340 | 40 | 3 | 0 | 14 | 271 | 66 | 112 |
| Binary | 10011000 | 11011010 | 11100000 | 100000 | 11 | 0 | 1100 | 10111001 | 110110 | 1001010 |
Color Harmonies of #98DAE0
Complementary color
Monochromatic Colors of #98DAE0
Black with #98DAE0
Text Example
Text Example
White with #98DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DAE0; }
p { color: rgb(152,218,224); }
H1.HeaderClassName
{
color: #98DAE0;
}
.AnyTagClassName
{
color: #98DAE0;
}
</style>
background-color css
<style>
a { background-color: #98DAE0; }
a { background-color: rgb(152,218,224); }
div.DivClassName
{
background-color: #98DAE0;
}
.BgClassName
{
background-color: #98DAE0;
}
</style>
border-color css
<style>
span { border-color: #98DAE0; }
span { border-color: rgb(152,218,224); }
td.TdClassName
{
border-color: #98DAE0;
}
.TagClassName
{
border-color: #98DAE0;
}
</style>