Shades of Cornflower #8DBCED
Tints of Cornflower #8DBCED
RGB
CMYK
RGB Variations
Color information
#8DBCED (or 0x8DBCED) is known color: Cornflower. HEX triplet: 8D, BC and ED. RGB value is (141,188,237). Sum of RGB (Red+Green+Blue) = 141+188+237=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DBCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCED is #724312. Grayscale: #B3B3B3. Windows color (decimal): -7488275 or 15580301. OLE color: 15580301.
HSL color Cylindrical-coordinate representation of color #8DBCED: hue angle of 210.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBCED is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 188 | 237 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.07 |
| HSL | 210.63º | 0.73% | 0.74% | - |
| HSV(B) | 210.63º | 0.41% | 0.93% | - |
| XYZ | 44.25 | 47.74 | 87 | - |
| YUV | 179.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 237 | 0.41 | 0.21 | 0 | 0.07 | 210.63 | 0.73 | 0.74 |
| Hex | 8D | BC | ED | 29 | 15 | 0 | 7 | D3 | 49 | 4A |
| Octal | 215 | 274 | 355 | 51 | 25 | 0 | 7 | 323 | 111 | 112 |
| Binary | 10001101 | 10111100 | 11101101 | 101001 | 10101 | 0 | 111 | 11010011 | 1001001 | 1001010 |
Color Harmonies of #8DBCED
Complementary color
Monochromatic Colors of #8DBCED
Black with #8DBCED
Text Example
Text Example
White with #8DBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCED; }
p { color: rgb(141,188,237); }
H1.HeaderClassName
{
color: #8DBCED;
}
.AnyTagClassName
{
color: #8DBCED;
}
</style>
background-color css
<style>
a { background-color: #8DBCED; }
a { background-color: rgb(141,188,237); }
div.DivClassName
{
background-color: #8DBCED;
}
.BgClassName
{
background-color: #8DBCED;
}
</style>
border-color css
<style>
span { border-color: #8DBCED; }
span { border-color: rgb(141,188,237); }
td.TdClassName
{
border-color: #8DBCED;
}
.TagClassName
{
border-color: #8DBCED;
}
</style>