Shades of Cornflower #8CBEDC
Tints of Cornflower #8CBEDC
RGB
CMYK
RGB Variations
Color information
#8CBEDC (or 0x8CBEDC) is known color: Cornflower. HEX triplet: 8C, BE and DC. RGB value is (140,190,220). Sum of RGB (Red+Green+Blue) = 140+190+220=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEDC is #734123. Grayscale: #B2B2B2. Windows color (decimal): -7553316 or 14466700. OLE color: 14466700.
HSL color Cylindrical-coordinate representation of color #8CBEDC: hue angle of 202.5º 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 #8CBEDC is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 190 | 220 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.14 |
| HSL | 202.5º | 0.53% | 0.71% | - |
| HSV(B) | 202.5º | 0.36% | 0.86% | - |
| XYZ | 42.15 | 47.57 | 74.67 | - |
| YUV | 178.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 220 | 0.36 | 0.14 | 0 | 0.14 | 202.5 | 0.53 | 0.71 |
| Hex | 8C | BE | DC | 24 | E | 0 | E | CA | 35 | 47 |
| Octal | 214 | 276 | 334 | 44 | 16 | 0 | 16 | 312 | 65 | 107 |
| Binary | 10001100 | 10111110 | 11011100 | 100100 | 1110 | 0 | 1110 | 11001010 | 110101 | 1000111 |
Color Harmonies of #8CBEDC
Complementary color
Monochromatic Colors of #8CBEDC
Black with #8CBEDC
Text Example
Text Example
White with #8CBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEDC; }
p { color: rgb(140,190,220); }
H1.HeaderClassName
{
color: #8CBEDC;
}
.AnyTagClassName
{
color: #8CBEDC;
}
</style>
background-color css
<style>
a { background-color: #8CBEDC; }
a { background-color: rgb(140,190,220); }
div.DivClassName
{
background-color: #8CBEDC;
}
.BgClassName
{
background-color: #8CBEDC;
}
</style>
border-color css
<style>
span { border-color: #8CBEDC; }
span { border-color: rgb(140,190,220); }
td.TdClassName
{
border-color: #8CBEDC;
}
.TagClassName
{
border-color: #8CBEDC;
}
</style>