Shades of Charlotte #94DCE0
Tints of Charlotte #94DCE0
RGB
CMYK
RGB Variations
Color information
#94DCE0 (or 0x94DCE0) is known color: Charlotte. HEX triplet: 94, DC and E0. RGB value is (148,220,224). Sum of RGB (Red+Green+Blue) = 148+220+224=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #94DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCE0 is #6B231F. Grayscale: #C6C6C6. Windows color (decimal): -7021344 or 14736532. OLE color: 14736532.
HSL color Cylindrical-coordinate representation of color #94DCE0: hue angle of 183.16º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DCE0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 220 | 224 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.12 |
| HSL | 183.16º | 0.55% | 0.73% | - |
| HSV(B) | 183.16º | 0.34% | 0.88% | - |
| XYZ | 51.26 | 62.86 | 79.95 | - |
| YUV | 198.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 224 | 0.34 | 0.02 | 0 | 0.12 | 183.16 | 0.55 | 0.73 |
| Hex | 94 | DC | E0 | 22 | 2 | 0 | C | B7 | 37 | 49 |
| Octal | 224 | 334 | 340 | 42 | 2 | 0 | 14 | 267 | 67 | 111 |
| Binary | 10010100 | 11011100 | 11100000 | 100010 | 10 | 0 | 1100 | 10110111 | 110111 | 1001001 |
Color Harmonies of #94DCE0
Complementary color
Monochromatic Colors of #94DCE0
Black with #94DCE0
Text Example
Text Example
White with #94DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCE0; }
p { color: rgb(148,220,224); }
H1.HeaderClassName
{
color: #94DCE0;
}
.AnyTagClassName
{
color: #94DCE0;
}
</style>
background-color css
<style>
a { background-color: #94DCE0; }
a { background-color: rgb(148,220,224); }
div.DivClassName
{
background-color: #94DCE0;
}
.BgClassName
{
background-color: #94DCE0;
}
</style>
border-color css
<style>
span { border-color: #94DCE0; }
span { border-color: rgb(148,220,224); }
td.TdClassName
{
border-color: #94DCE0;
}
.TagClassName
{
border-color: #94DCE0;
}
</style>