Shades of Charlotte #94D8E5
Tints of Charlotte #94D8E5
RGB
CMYK
RGB Variations
Color information
#94D8E5 (or 0x94D8E5) is known color: Charlotte. HEX triplet: 94, D8 and E5. RGB value is (148,216,229). Sum of RGB (Red+Green+Blue) = 148+216+229=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #94D8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D8E5 is #6B271A. Grayscale: #C5C5C5. Windows color (decimal): -7022363 or 15063188. OLE color: 15063188.
HSL color Cylindrical-coordinate representation of color #94D8E5: hue angle of 189.63º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94D8E5 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 216 | 229 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.10 |
| HSL | 189.63º | 0.61% | 0.74% | - |
| HSV(B) | 189.63º | 0.35% | 0.9% | - |
| XYZ | 50.91 | 61.06 | 83.23 | - |
| YUV | 197.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 229 | 0.35 | 0.06 | 0 | 0.10 | 189.63 | 0.61 | 0.74 |
| Hex | 94 | D8 | E5 | 23 | 6 | 0 | A | BE | 3D | 4A |
| Octal | 224 | 330 | 345 | 43 | 6 | 0 | 12 | 276 | 75 | 112 |
| Binary | 10010100 | 11011000 | 11100101 | 100011 | 110 | 0 | 1010 | 10111110 | 111101 | 1001010 |
Color Harmonies of #94D8E5
Complementary color
Monochromatic Colors of #94D8E5
Black with #94D8E5
Text Example
Text Example
White with #94D8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D8E5; }
p { color: rgb(148,216,229); }
H1.HeaderClassName
{
color: #94D8E5;
}
.AnyTagClassName
{
color: #94D8E5;
}
</style>
background-color css
<style>
a { background-color: #94D8E5; }
a { background-color: rgb(148,216,229); }
div.DivClassName
{
background-color: #94D8E5;
}
.BgClassName
{
background-color: #94D8E5;
}
</style>
border-color css
<style>
span { border-color: #94D8E5; }
span { border-color: rgb(148,216,229); }
td.TdClassName
{
border-color: #94D8E5;
}
.TagClassName
{
border-color: #94D8E5;
}
</style>