Shades of Charlotte #92DCE0
Tints of Charlotte #92DCE0
RGB
CMYK
RGB Variations
Color information
#92DCE0 (or 0x92DCE0) is known color: Charlotte. HEX triplet: 92, DC and E0. RGB value is (146,220,224). Sum of RGB (Red+Green+Blue) = 146+220+224=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #92DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DCE0 is #6D231F. Grayscale: #C6C6C6. Windows color (decimal): -7152416 or 14736530. OLE color: 14736530.
HSL color Cylindrical-coordinate representation of color #92DCE0: hue angle of 183.08º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DCE0 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 220 | 224 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.12 |
| HSL | 183.08º | 0.56% | 0.73% | - |
| HSV(B) | 183.08º | 0.35% | 0.88% | - |
| XYZ | 50.9 | 62.68 | 79.94 | - |
| YUV | 198.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 224 | 0.35 | 0.02 | 0 | 0.12 | 183.08 | 0.56 | 0.73 |
| Hex | 92 | DC | E0 | 23 | 2 | 0 | C | B7 | 38 | 49 |
| Octal | 222 | 334 | 340 | 43 | 2 | 0 | 14 | 267 | 70 | 111 |
| Binary | 10010010 | 11011100 | 11100000 | 100011 | 10 | 0 | 1100 | 10110111 | 111000 | 1001001 |
Color Harmonies of #92DCE0
Complementary color
Monochromatic Colors of #92DCE0
Black with #92DCE0
Text Example
Text Example
White with #92DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCE0; }
p { color: rgb(146,220,224); }
H1.HeaderClassName
{
color: #92DCE0;
}
.AnyTagClassName
{
color: #92DCE0;
}
</style>
background-color css
<style>
a { background-color: #92DCE0; }
a { background-color: rgb(146,220,224); }
div.DivClassName
{
background-color: #92DCE0;
}
.BgClassName
{
background-color: #92DCE0;
}
</style>
border-color css
<style>
span { border-color: #92DCE0; }
span { border-color: rgb(146,220,224); }
td.TdClassName
{
border-color: #92DCE0;
}
.TagClassName
{
border-color: #92DCE0;
}
</style>