Shades of Charlotte #92DDE0
Tints of Charlotte #92DDE0
RGB
CMYK
RGB Variations
Color information
#92DDE0 (or 0x92DDE0) is known color: Charlotte. HEX triplet: 92, DD and E0. RGB value is (146,221,224). Sum of RGB (Red+Green+Blue) = 146+221+224=591 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.70% from 591); Green value is 221 (86.72% from 255 or 37.39% 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 #92DDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DDE0 is #6D221F. Grayscale: #C6C6C6. Windows color (decimal): -7152160 or 14736786. OLE color: 14736786.
HSL color Cylindrical-coordinate representation of color #92DDE0: hue angle of 182.31º 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 #92DDE0 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 221 | 224 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.12 |
| HSL | 182.31º | 0.56% | 0.73% | - |
| HSV(B) | 182.31º | 0.35% | 0.88% | - |
| XYZ | 51.17 | 63.21 | 80.02 | - |
| YUV | 198.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 224 | 0.35 | 0.01 | 0 | 0.12 | 182.31 | 0.56 | 0.73 |
| Hex | 92 | DD | E0 | 23 | 1 | 0 | C | B6 | 38 | 49 |
| Octal | 222 | 335 | 340 | 43 | 1 | 0 | 14 | 266 | 70 | 111 |
| Binary | 10010010 | 11011101 | 11100000 | 100011 | 1 | 0 | 1100 | 10110110 | 111000 | 1001001 |
Color Harmonies of #92DDE0
Complementary color
Monochromatic Colors of #92DDE0
Black with #92DDE0
Text Example
Text Example
White with #92DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDE0; }
p { color: rgb(146,221,224); }
H1.HeaderClassName
{
color: #92DDE0;
}
.AnyTagClassName
{
color: #92DDE0;
}
</style>
background-color css
<style>
a { background-color: #92DDE0; }
a { background-color: rgb(146,221,224); }
div.DivClassName
{
background-color: #92DDE0;
}
.BgClassName
{
background-color: #92DDE0;
}
</style>
border-color css
<style>
span { border-color: #92DDE0; }
span { border-color: rgb(146,221,224); }
td.TdClassName
{
border-color: #92DDE0;
}
.TagClassName
{
border-color: #92DDE0;
}
</style>