Shades of Cornflower #8BC0DC
Tints of Cornflower #8BC0DC
RGB
CMYK
RGB Variations
Color information
#8BC0DC (or 0x8BC0DC) is known color: Cornflower. HEX triplet: 8B, C0 and DC. RGB value is (139,192,220). Sum of RGB (Red+Green+Blue) = 139+192+220=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0DC is #743F23. Grayscale: #B3B3B3. Windows color (decimal): -7618340 or 14467211. OLE color: 14467211.
HSL color Cylindrical-coordinate representation of color #8BC0DC: hue angle of 200.74º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BC0DC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 192 | 220 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.14 |
| HSL | 200.74º | 0.54% | 0.7% | - |
| HSV(B) | 200.74º | 0.37% | 0.86% | - |
| XYZ | 42.42 | 48.36 | 74.81 | - |
| YUV | 179.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 220 | 0.37 | 0.13 | 0 | 0.14 | 200.74 | 0.54 | 0.7 |
| Hex | 8B | C0 | DC | 25 | D | 0 | E | C9 | 36 | 46 |
| Octal | 213 | 300 | 334 | 45 | 15 | 0 | 16 | 311 | 66 | 106 |
| Binary | 10001011 | 11000000 | 11011100 | 100101 | 1101 | 0 | 1110 | 11001001 | 110110 | 1000110 |
Color Harmonies of #8BC0DC
Complementary color
Monochromatic Colors of #8BC0DC
Black with #8BC0DC
Text Example
Text Example
White with #8BC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC0DC; }
p { color: rgb(139,192,220); }
H1.HeaderClassName
{
color: #8BC0DC;
}
.AnyTagClassName
{
color: #8BC0DC;
}
</style>
background-color css
<style>
a { background-color: #8BC0DC; }
a { background-color: rgb(139,192,220); }
div.DivClassName
{
background-color: #8BC0DC;
}
.BgClassName
{
background-color: #8BC0DC;
}
</style>
border-color css
<style>
span { border-color: #8BC0DC; }
span { border-color: rgb(139,192,220); }
td.TdClassName
{
border-color: #8BC0DC;
}
.TagClassName
{
border-color: #8BC0DC;
}
</style>