Shades of Cornflower #8DBFE8
Tints of Cornflower #8DBFE8
RGB
CMYK
RGB Variations
Color information
#8DBFE8 (or 0x8DBFE8) is known color: Cornflower. HEX triplet: 8D, BF and E8. RGB value is (141,191,232). Sum of RGB (Red+Green+Blue) = 141+191+232=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DBFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFE8 is #724017. Grayscale: #B4B4B4. Windows color (decimal): -7487512 or 15253389. OLE color: 15253389.
HSL color Cylindrical-coordinate representation of color #8DBFE8: hue angle of 207.03º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBFE8 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 191 | 232 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.09 |
| HSL | 207.03º | 0.66% | 0.73% | - |
| HSV(B) | 207.03º | 0.39% | 0.91% | - |
| XYZ | 44.18 | 48.75 | 83.43 | - |
| YUV | 180.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 232 | 0.39 | 0.18 | 0 | 0.09 | 207.03 | 0.66 | 0.73 |
| Hex | 8D | BF | E8 | 27 | 12 | 0 | 9 | CF | 42 | 49 |
| Octal | 215 | 277 | 350 | 47 | 22 | 0 | 11 | 317 | 102 | 111 |
| Binary | 10001101 | 10111111 | 11101000 | 100111 | 10010 | 0 | 1001 | 11001111 | 1000010 | 1001001 |
Color Harmonies of #8DBFE8
Complementary color
Monochromatic Colors of #8DBFE8
Black with #8DBFE8
Text Example
Text Example
White with #8DBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFE8; }
p { color: rgb(141,191,232); }
H1.HeaderClassName
{
color: #8DBFE8;
}
.AnyTagClassName
{
color: #8DBFE8;
}
</style>
background-color css
<style>
a { background-color: #8DBFE8; }
a { background-color: rgb(141,191,232); }
div.DivClassName
{
background-color: #8DBFE8;
}
.BgClassName
{
background-color: #8DBFE8;
}
</style>
border-color css
<style>
span { border-color: #8DBFE8; }
span { border-color: rgb(141,191,232); }
td.TdClassName
{
border-color: #8DBFE8;
}
.TagClassName
{
border-color: #8DBFE8;
}
</style>