Shades of Charlotte #92DAE0
Tints of Charlotte #92DAE0
RGB
CMYK
RGB Variations
Color information
#92DAE0 (or 0x92DAE0) is known color: Charlotte. HEX triplet: 92, DA and E0. RGB value is (146,218,224). Sum of RGB (Red+Green+Blue) = 146+218+224=588 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.83% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #92DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DAE0 is #6D251F. Grayscale: #C5C5C5. Windows color (decimal): -7152928 or 14736018. OLE color: 14736018.
HSL color Cylindrical-coordinate representation of color #92DAE0: hue angle of 184.62º 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 #92DAE0 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 218 | 224 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.12 |
| HSL | 184.62º | 0.56% | 0.73% | - |
| HSV(B) | 184.62º | 0.35% | 0.88% | - |
| XYZ | 50.38 | 61.64 | 79.76 | - |
| YUV | 197.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 218 | 224 | 0.35 | 0.03 | 0 | 0.12 | 184.62 | 0.56 | 0.73 |
| Hex | 92 | DA | E0 | 23 | 3 | 0 | C | B9 | 38 | 49 |
| Octal | 222 | 332 | 340 | 43 | 3 | 0 | 14 | 271 | 70 | 111 |
| Binary | 10010010 | 11011010 | 11100000 | 100011 | 11 | 0 | 1100 | 10111001 | 111000 | 1001001 |
Color Harmonies of #92DAE0
Complementary color
Monochromatic Colors of #92DAE0
Black with #92DAE0
Text Example
Text Example
White with #92DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DAE0; }
p { color: rgb(146,218,224); }
H1.HeaderClassName
{
color: #92DAE0;
}
.AnyTagClassName
{
color: #92DAE0;
}
</style>
background-color css
<style>
a { background-color: #92DAE0; }
a { background-color: rgb(146,218,224); }
div.DivClassName
{
background-color: #92DAE0;
}
.BgClassName
{
background-color: #92DAE0;
}
</style>
border-color css
<style>
span { border-color: #92DAE0; }
span { border-color: rgb(146,218,224); }
td.TdClassName
{
border-color: #92DAE0;
}
.TagClassName
{
border-color: #92DAE0;
}
</style>