Shades of Charlotte #8DDEE5
Tints of Charlotte #8DDEE5
RGB
CMYK
RGB Variations
Color information
#8DDEE5 (or 0x8DDEE5) is known color: Charlotte. HEX triplet: 8D, DE and E5. RGB value is (141,222,229). Sum of RGB (Red+Green+Blue) = 141+222+229=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DDEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDEE5 is #72211A. Grayscale: #C6C6C6. Windows color (decimal): -7479579 or 15064717. OLE color: 15064717.
HSL color Cylindrical-coordinate representation of color #8DDEE5: hue angle of 184.77º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DDEE5 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 222 | 229 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.10 |
| HSL | 184.77º | 0.63% | 0.73% | - |
| HSV(B) | 184.77º | 0.38% | 0.9% | - |
| XYZ | 51.25 | 63.56 | 83.7 | - |
| YUV | 198.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 229 | 0.38 | 0.03 | 0 | 0.10 | 184.77 | 0.63 | 0.73 |
| Hex | 8D | DE | E5 | 26 | 3 | 0 | A | B9 | 3F | 49 |
| Octal | 215 | 336 | 345 | 46 | 3 | 0 | 12 | 271 | 77 | 111 |
| Binary | 10001101 | 11011110 | 11100101 | 100110 | 11 | 0 | 1010 | 10111001 | 111111 | 1001001 |
Color Harmonies of #8DDEE5
Complementary color
Monochromatic Colors of #8DDEE5
Black with #8DDEE5
Text Example
Text Example
White with #8DDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDEE5; }
p { color: rgb(141,222,229); }
H1.HeaderClassName
{
color: #8DDEE5;
}
.AnyTagClassName
{
color: #8DDEE5;
}
</style>
background-color css
<style>
a { background-color: #8DDEE5; }
a { background-color: rgb(141,222,229); }
div.DivClassName
{
background-color: #8DDEE5;
}
.BgClassName
{
background-color: #8DDEE5;
}
</style>
border-color css
<style>
span { border-color: #8DDEE5; }
span { border-color: rgb(141,222,229); }
td.TdClassName
{
border-color: #8DDEE5;
}
.TagClassName
{
border-color: #8DDEE5;
}
</style>