Shades of Charlotte #98DCEA
Tints of Charlotte #98DCEA
RGB
CMYK
RGB Variations
Color information
#98DCEA (or 0x98DCEA) is known color: Charlotte. HEX triplet: 98, DC and EA. RGB value is (152,220,234). Sum of RGB (Red+Green+Blue) = 152+220+234=606 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.08% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #98DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DCEA is #672315. Grayscale: #C9C9C9. Windows color (decimal): -6759190 or 15391896. OLE color: 15391896.
HSL color Cylindrical-coordinate representation of color #98DCEA: hue angle of 190.24º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98DCEA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 220 | 234 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.08 |
| HSL | 190.24º | 0.66% | 0.76% | - |
| HSV(B) | 190.24º | 0.35% | 0.92% | - |
| XYZ | 53.39 | 63.8 | 87.34 | - |
| YUV | 201.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 234 | 0.35 | 0.06 | 0 | 0.08 | 190.24 | 0.66 | 0.76 |
| Hex | 98 | DC | EA | 23 | 6 | 0 | 8 | BE | 42 | 4C |
| Octal | 230 | 334 | 352 | 43 | 6 | 0 | 10 | 276 | 102 | 114 |
| Binary | 10011000 | 11011100 | 11101010 | 100011 | 110 | 0 | 1000 | 10111110 | 1000010 | 1001100 |
Color Harmonies of #98DCEA
Complementary color
Monochromatic Colors of #98DCEA
Black with #98DCEA
Text Example
Text Example
White with #98DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCEA; }
p { color: rgb(152,220,234); }
H1.HeaderClassName
{
color: #98DCEA;
}
.AnyTagClassName
{
color: #98DCEA;
}
</style>
background-color css
<style>
a { background-color: #98DCEA; }
a { background-color: rgb(152,220,234); }
div.DivClassName
{
background-color: #98DCEA;
}
.BgClassName
{
background-color: #98DCEA;
}
</style>
border-color css
<style>
span { border-color: #98DCEA; }
span { border-color: rgb(152,220,234); }
td.TdClassName
{
border-color: #98DCEA;
}
.TagClassName
{
border-color: #98DCEA;
}
</style>