Shades of Charlotte #93DBEA
Tints of Charlotte #93DBEA
RGB
CMYK
RGB Variations
Color information
#93DBEA (or 0x93DBEA) is known color: Charlotte. HEX triplet: 93, DB and EA. RGB value is (147,219,234). Sum of RGB (Red+Green+Blue) = 147+219+234=600 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #93DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBEA is #6C2415. Grayscale: #C7C7C7. Windows color (decimal): -7087126 or 15391635. OLE color: 15391635.
HSL color Cylindrical-coordinate representation of color #93DBEA: hue angle of 190.34º 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 #93DBEA is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 219 | 234 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.08 |
| HSL | 190.34º | 0.67% | 0.75% | - |
| HSV(B) | 190.34º | 0.37% | 0.92% | - |
| XYZ | 52.22 | 62.81 | 87.21 | - |
| YUV | 199.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 234 | 0.37 | 0.06 | 0 | 0.08 | 190.34 | 0.67 | 0.75 |
| Hex | 93 | DB | EA | 25 | 6 | 0 | 8 | BE | 43 | 4B |
| Octal | 223 | 333 | 352 | 45 | 6 | 0 | 10 | 276 | 103 | 113 |
| Binary | 10010011 | 11011011 | 11101010 | 100101 | 110 | 0 | 1000 | 10111110 | 1000011 | 1001011 |
Color Harmonies of #93DBEA
Complementary color
Monochromatic Colors of #93DBEA
Black with #93DBEA
Text Example
Text Example
White with #93DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBEA; }
p { color: rgb(147,219,234); }
H1.HeaderClassName
{
color: #93DBEA;
}
.AnyTagClassName
{
color: #93DBEA;
}
</style>
background-color css
<style>
a { background-color: #93DBEA; }
a { background-color: rgb(147,219,234); }
div.DivClassName
{
background-color: #93DBEA;
}
.BgClassName
{
background-color: #93DBEA;
}
</style>
border-color css
<style>
span { border-color: #93DBEA; }
span { border-color: rgb(147,219,234); }
td.TdClassName
{
border-color: #93DBEA;
}
.TagClassName
{
border-color: #93DBEA;
}
</style>