Shades of Charlotte #8CDFE5
Tints of Charlotte #8CDFE5
RGB
CMYK
RGB Variations
Color information
#8CDFE5 (or 0x8CDFE5) is known color: Charlotte. HEX triplet: 8C, DF and E5. RGB value is (140,223,229). Sum of RGB (Red+Green+Blue) = 140+223+229=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 223 (87.5% from 255 or 37.67% 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 #8CDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFE5 is #73201A. Grayscale: #C6C6C6. Windows color (decimal): -7544859 or 15064972. OLE color: 15064972.
HSL color Cylindrical-coordinate representation of color #8CDFE5: hue angle of 184.04º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CDFE5 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 223 | 229 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.10 |
| HSL | 184.04º | 0.63% | 0.72% | - |
| HSV(B) | 184.04º | 0.39% | 0.9% | - |
| XYZ | 51.35 | 64.01 | 83.78 | - |
| YUV | 198.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 229 | 0.39 | 0.03 | 0 | 0.10 | 184.04 | 0.63 | 0.72 |
| Hex | 8C | DF | E5 | 27 | 3 | 0 | A | B8 | 3F | 48 |
| Octal | 214 | 337 | 345 | 47 | 3 | 0 | 12 | 270 | 77 | 110 |
| Binary | 10001100 | 11011111 | 11100101 | 100111 | 11 | 0 | 1010 | 10111000 | 111111 | 1001000 |
Color Harmonies of #8CDFE5
Complementary color
Monochromatic Colors of #8CDFE5
Black with #8CDFE5
Text Example
Text Example
White with #8CDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFE5; }
p { color: rgb(140,223,229); }
H1.HeaderClassName
{
color: #8CDFE5;
}
.AnyTagClassName
{
color: #8CDFE5;
}
</style>
background-color css
<style>
a { background-color: #8CDFE5; }
a { background-color: rgb(140,223,229); }
div.DivClassName
{
background-color: #8CDFE5;
}
.BgClassName
{
background-color: #8CDFE5;
}
</style>
border-color css
<style>
span { border-color: #8CDFE5; }
span { border-color: rgb(140,223,229); }
td.TdClassName
{
border-color: #8CDFE5;
}
.TagClassName
{
border-color: #8CDFE5;
}
</style>