Shades of Charlotte #94DAE6
Tints of Charlotte #94DAE6
RGB
CMYK
RGB Variations
Color information
#94DAE6 (or 0x94DAE6) is known color: Charlotte. HEX triplet: 94, DA and E6. RGB value is (148,218,230). Sum of RGB (Red+Green+Blue) = 148+218+230=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #94DAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAE6 is #6B2519. Grayscale: #C6C6C6. Windows color (decimal): -7021850 or 15129236. OLE color: 15129236.
HSL color Cylindrical-coordinate representation of color #94DAE6: hue angle of 188.78º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94DAE6 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 218 | 230 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.10 |
| HSL | 188.78º | 0.62% | 0.74% | - |
| HSV(B) | 188.78º | 0.36% | 0.9% | - |
| XYZ | 51.57 | 62.15 | 84.14 | - |
| YUV | 198.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 230 | 0.36 | 0.05 | 0 | 0.10 | 188.78 | 0.62 | 0.74 |
| Hex | 94 | DA | E6 | 24 | 5 | 0 | A | BD | 3E | 4A |
| Octal | 224 | 332 | 346 | 44 | 5 | 0 | 12 | 275 | 76 | 112 |
| Binary | 10010100 | 11011010 | 11100110 | 100100 | 101 | 0 | 1010 | 10111101 | 111110 | 1001010 |
Color Harmonies of #94DAE6
Complementary color
Monochromatic Colors of #94DAE6
Black with #94DAE6
Text Example
Text Example
White with #94DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DAE6; }
p { color: rgb(148,218,230); }
H1.HeaderClassName
{
color: #94DAE6;
}
.AnyTagClassName
{
color: #94DAE6;
}
</style>
background-color css
<style>
a { background-color: #94DAE6; }
a { background-color: rgb(148,218,230); }
div.DivClassName
{
background-color: #94DAE6;
}
.BgClassName
{
background-color: #94DAE6;
}
</style>
border-color css
<style>
span { border-color: #94DAE6; }
span { border-color: rgb(148,218,230); }
td.TdClassName
{
border-color: #94DAE6;
}
.TagClassName
{
border-color: #94DAE6;
}
</style>