Shades of Cornflower #8DC0DC
Tints of Cornflower #8DC0DC
RGB
CMYK
RGB Variations
Color information
#8DC0DC (or 0x8DC0DC) is known color: Cornflower. HEX triplet: 8D, C0 and DC. RGB value is (141,192,220). Sum of RGB (Red+Green+Blue) = 141+192+220=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0DC is #723F23. Grayscale: #B3B3B3. Windows color (decimal): -7487268 or 14467213. OLE color: 14467213.
HSL color Cylindrical-coordinate representation of color #8DC0DC: hue angle of 201.27º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DC0DC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 192 | 220 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.14 |
| HSL | 201.27º | 0.53% | 0.71% | - |
| HSV(B) | 201.27º | 0.36% | 0.86% | - |
| XYZ | 42.75 | 48.53 | 74.82 | - |
| YUV | 179.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 220 | 0.36 | 0.13 | 0 | 0.14 | 201.27 | 0.53 | 0.71 |
| Hex | 8D | C0 | DC | 24 | D | 0 | E | C9 | 35 | 47 |
| Octal | 215 | 300 | 334 | 44 | 15 | 0 | 16 | 311 | 65 | 107 |
| Binary | 10001101 | 11000000 | 11011100 | 100100 | 1101 | 0 | 1110 | 11001001 | 110101 | 1000111 |
Color Harmonies of #8DC0DC
Complementary color
Monochromatic Colors of #8DC0DC
Black with #8DC0DC
Text Example
Text Example
White with #8DC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0DC; }
p { color: rgb(141,192,220); }
H1.HeaderClassName
{
color: #8DC0DC;
}
.AnyTagClassName
{
color: #8DC0DC;
}
</style>
background-color css
<style>
a { background-color: #8DC0DC; }
a { background-color: rgb(141,192,220); }
div.DivClassName
{
background-color: #8DC0DC;
}
.BgClassName
{
background-color: #8DC0DC;
}
</style>
border-color css
<style>
span { border-color: #8DC0DC; }
span { border-color: rgb(141,192,220); }
td.TdClassName
{
border-color: #8DC0DC;
}
.TagClassName
{
border-color: #8DC0DC;
}
</style>