Shades of Charlotte #94DFE0
Tints of Charlotte #94DFE0
RGB
CMYK
RGB Variations
Color information
#94DFE0 (or 0x94DFE0) is known color: Charlotte. HEX triplet: 94, DF and E0. RGB value is (148,223,224). Sum of RGB (Red+Green+Blue) = 148+223+224=595 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.87% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #94DFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DFE0 is #6B201F. Grayscale: #C8C8C8. Windows color (decimal): -7020576 or 14737300. OLE color: 14737300.
HSL color Cylindrical-coordinate representation of color #94DFE0: hue angle of 180.79º 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 #94DFE0 is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 223 | 224 | - |
| CMYK | 0.34 | 0.00 | 0 | 0.12 |
| HSL | 180.79º | 0.55% | 0.73% | - |
| HSV(B) | 180.79º | 0.34% | 0.88% | - |
| XYZ | 52.05 | 64.45 | 80.22 | - |
| YUV | 200.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 224 | 0.34 | 0.00 | 0 | 0.12 | 180.79 | 0.55 | 0.73 |
| Hex | 94 | DF | E0 | 22 | 0 | 0 | C | B5 | 37 | 49 |
| Octal | 224 | 337 | 340 | 42 | 0 | 0 | 14 | 265 | 67 | 111 |
| Binary | 10010100 | 11011111 | 11100000 | 100010 | 0 | 0 | 1100 | 10110101 | 110111 | 1001001 |
Color Harmonies of #94DFE0
Complementary color
Monochromatic Colors of #94DFE0
Black with #94DFE0
Text Example
Text Example
White with #94DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DFE0; }
p { color: rgb(148,223,224); }
H1.HeaderClassName
{
color: #94DFE0;
}
.AnyTagClassName
{
color: #94DFE0;
}
</style>
background-color css
<style>
a { background-color: #94DFE0; }
a { background-color: rgb(148,223,224); }
div.DivClassName
{
background-color: #94DFE0;
}
.BgClassName
{
background-color: #94DFE0;
}
</style>
border-color css
<style>
span { border-color: #94DFE0; }
span { border-color: rgb(148,223,224); }
td.TdClassName
{
border-color: #94DFE0;
}
.TagClassName
{
border-color: #94DFE0;
}
</style>