Shades of Cornflower #8DC0DB
Tints of Cornflower #8DC0DB
RGB
CMYK
RGB Variations
Color information
#8DC0DB (or 0x8DC0DB) is known color: Cornflower. HEX triplet: 8D, C0 and DB. RGB value is (141,192,219). Sum of RGB (Red+Green+Blue) = 141+192+219=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0DB is #723F24. Grayscale: #B3B3B3. Windows color (decimal): -7487269 or 14401677. OLE color: 14401677.
HSL color Cylindrical-coordinate representation of color #8DC0DB: hue angle of 200.77º degrees, saturation: 0.52, 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 #8DC0DB is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 192 | 219 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.14 |
| HSL | 200.77º | 0.52% | 0.71% | - |
| HSV(B) | 200.77º | 0.36% | 0.86% | - |
| XYZ | 42.62 | 48.48 | 74.13 | - |
| YUV | 179.83 | 150.1 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 219 | 0.36 | 0.12 | 0 | 0.14 | 200.77 | 0.52 | 0.71 |
| Hex | 8D | C0 | DB | 24 | C | 0 | E | C9 | 34 | 47 |
| Octal | 215 | 300 | 333 | 44 | 14 | 0 | 16 | 311 | 64 | 107 |
| Binary | 10001101 | 11000000 | 11011011 | 100100 | 1100 | 0 | 1110 | 11001001 | 110100 | 1000111 |
Color Harmonies of #8DC0DB
Complementary color
Monochromatic Colors of #8DC0DB
Black with #8DC0DB
Text Example
Text Example
White with #8DC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0DB; }
p { color: rgb(141,192,219); }
H1.HeaderClassName
{
color: #8DC0DB;
}
.AnyTagClassName
{
color: #8DC0DB;
}
</style>
background-color css
<style>
a { background-color: #8DC0DB; }
a { background-color: rgb(141,192,219); }
div.DivClassName
{
background-color: #8DC0DB;
}
.BgClassName
{
background-color: #8DC0DB;
}
</style>
border-color css
<style>
span { border-color: #8DC0DB; }
span { border-color: rgb(141,192,219); }
td.TdClassName
{
border-color: #8DC0DB;
}
.TagClassName
{
border-color: #8DC0DB;
}
</style>