Shades of Charlotte #93DCE0
Tints of Charlotte #93DCE0
RGB
CMYK
RGB Variations
Color information
#93DCE0 (or 0x93DCE0) is known color: Charlotte. HEX triplet: 93, DC and E0. RGB value is (147,220,224). Sum of RGB (Red+Green+Blue) = 147+220+224=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #93DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCE0 is #6C231F. Grayscale: #C6C6C6. Windows color (decimal): -7086880 or 14736531. OLE color: 14736531.
HSL color Cylindrical-coordinate representation of color #93DCE0: hue angle of 183.12º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DCE0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 220 | 224 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.12 |
| HSL | 183.12º | 0.55% | 0.73% | - |
| HSV(B) | 183.12º | 0.34% | 0.88% | - |
| XYZ | 51.08 | 62.77 | 79.94 | - |
| YUV | 198.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 224 | 0.34 | 0.02 | 0 | 0.12 | 183.12 | 0.55 | 0.73 |
| Hex | 93 | DC | E0 | 22 | 2 | 0 | C | B7 | 37 | 49 |
| Octal | 223 | 334 | 340 | 42 | 2 | 0 | 14 | 267 | 67 | 111 |
| Binary | 10010011 | 11011100 | 11100000 | 100010 | 10 | 0 | 1100 | 10110111 | 110111 | 1001001 |
Color Harmonies of #93DCE0
Complementary color
Monochromatic Colors of #93DCE0
Black with #93DCE0
Text Example
Text Example
White with #93DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DCE0; }
p { color: rgb(147,220,224); }
H1.HeaderClassName
{
color: #93DCE0;
}
.AnyTagClassName
{
color: #93DCE0;
}
</style>
background-color css
<style>
a { background-color: #93DCE0; }
a { background-color: rgb(147,220,224); }
div.DivClassName
{
background-color: #93DCE0;
}
.BgClassName
{
background-color: #93DCE0;
}
</style>
border-color css
<style>
span { border-color: #93DCE0; }
span { border-color: rgb(147,220,224); }
td.TdClassName
{
border-color: #93DCE0;
}
.TagClassName
{
border-color: #93DCE0;
}
</style>