Shades of Cornflower #8CBFDC
Tints of Cornflower #8CBFDC
RGB
CMYK
RGB Variations
Color information
#8CBFDC (or 0x8CBFDC) is known color: Cornflower. HEX triplet: 8C, BF and DC. RGB value is (140,191,220). Sum of RGB (Red+Green+Blue) = 140+191+220=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 191 (75% from 255 or 34.66% 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 #8CBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBFDC is #734023. Grayscale: #B2B2B2. Windows color (decimal): -7553060 or 14466956. OLE color: 14466956.
HSL color Cylindrical-coordinate representation of color #8CBFDC: hue angle of 201.75º 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 #8CBFDC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 191 | 220 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.14 |
| HSL | 201.75º | 0.53% | 0.71% | - |
| HSV(B) | 201.75º | 0.36% | 0.86% | - |
| XYZ | 42.36 | 48 | 74.74 | - |
| YUV | 179.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 220 | 0.36 | 0.13 | 0 | 0.14 | 201.75 | 0.53 | 0.71 |
| Hex | 8C | BF | DC | 24 | D | 0 | E | CA | 35 | 47 |
| Octal | 214 | 277 | 334 | 44 | 15 | 0 | 16 | 312 | 65 | 107 |
| Binary | 10001100 | 10111111 | 11011100 | 100100 | 1101 | 0 | 1110 | 11001010 | 110101 | 1000111 |
Color Harmonies of #8CBFDC
Complementary color
Monochromatic Colors of #8CBFDC
Black with #8CBFDC
Text Example
Text Example
White with #8CBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBFDC; }
p { color: rgb(140,191,220); }
H1.HeaderClassName
{
color: #8CBFDC;
}
.AnyTagClassName
{
color: #8CBFDC;
}
</style>
background-color css
<style>
a { background-color: #8CBFDC; }
a { background-color: rgb(140,191,220); }
div.DivClassName
{
background-color: #8CBFDC;
}
.BgClassName
{
background-color: #8CBFDC;
}
</style>
border-color css
<style>
span { border-color: #8CBFDC; }
span { border-color: rgb(140,191,220); }
td.TdClassName
{
border-color: #8CBFDC;
}
.TagClassName
{
border-color: #8CBFDC;
}
</style>