Shades of Charlotte #93DCEA
Tints of Charlotte #93DCEA
RGB
CMYK
RGB Variations
Color information
#93DCEA (or 0x93DCEA) is known color: Charlotte. HEX triplet: 93, DC and EA. RGB value is (147,220,234). Sum of RGB (Red+Green+Blue) = 147+220+234=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #93DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DCEA is #6C2315. Grayscale: #C7C7C7. Windows color (decimal): -7086870 or 15391891. OLE color: 15391891.
HSL color Cylindrical-coordinate representation of color #93DCEA: hue angle of 189.66º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93DCEA is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 220 | 234 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.08 |
| HSL | 189.66º | 0.67% | 0.75% | - |
| HSV(B) | 189.66º | 0.37% | 0.92% | - |
| XYZ | 52.48 | 63.33 | 87.3 | - |
| YUV | 199.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 234 | 0.37 | 0.06 | 0 | 0.08 | 189.66 | 0.67 | 0.75 |
| Hex | 93 | DC | EA | 25 | 6 | 0 | 8 | BE | 43 | 4B |
| Octal | 223 | 334 | 352 | 45 | 6 | 0 | 10 | 276 | 103 | 113 |
| Binary | 10010011 | 11011100 | 11101010 | 100101 | 110 | 0 | 1000 | 10111110 | 1000011 | 1001011 |
Color Harmonies of #93DCEA
Complementary color
Monochromatic Colors of #93DCEA
Black with #93DCEA
Text Example
Text Example
White with #93DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DCEA; }
p { color: rgb(147,220,234); }
H1.HeaderClassName
{
color: #93DCEA;
}
.AnyTagClassName
{
color: #93DCEA;
}
</style>
background-color css
<style>
a { background-color: #93DCEA; }
a { background-color: rgb(147,220,234); }
div.DivClassName
{
background-color: #93DCEA;
}
.BgClassName
{
background-color: #93DCEA;
}
</style>
border-color css
<style>
span { border-color: #93DCEA; }
span { border-color: rgb(147,220,234); }
td.TdClassName
{
border-color: #93DCEA;
}
.TagClassName
{
border-color: #93DCEA;
}
</style>