Shades of Cornflower #8DBFE6
Tints of Cornflower #8DBFE6
RGB
CMYK
RGB Variations
Color information
#8DBFE6 (or 0x8DBFE6) is known color: Cornflower. HEX triplet: 8D, BF and E6. RGB value is (141,191,230). Sum of RGB (Red+Green+Blue) = 141+191+230=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #8DBFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFE6 is #724019. Grayscale: #B4B4B4. Windows color (decimal): -7487514 or 15122317. OLE color: 15122317.
HSL color Cylindrical-coordinate representation of color #8DBFE6: hue angle of 206.29º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBFE6 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 191 | 230 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.10 |
| HSL | 206.29º | 0.64% | 0.73% | - |
| HSV(B) | 206.29º | 0.39% | 0.9% | - |
| XYZ | 43.9 | 48.64 | 81.94 | - |
| YUV | 180.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 230 | 0.39 | 0.17 | 0 | 0.10 | 206.29 | 0.64 | 0.73 |
| Hex | 8D | BF | E6 | 27 | 11 | 0 | A | CE | 40 | 49 |
| Octal | 215 | 277 | 346 | 47 | 21 | 0 | 12 | 316 | 100 | 111 |
| Binary | 10001101 | 10111111 | 11100110 | 100111 | 10001 | 0 | 1010 | 11001110 | 1000000 | 1001001 |
Color Harmonies of #8DBFE6
Complementary color
Monochromatic Colors of #8DBFE6
Black with #8DBFE6
Text Example
Text Example
White with #8DBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFE6; }
p { color: rgb(141,191,230); }
H1.HeaderClassName
{
color: #8DBFE6;
}
.AnyTagClassName
{
color: #8DBFE6;
}
</style>
background-color css
<style>
a { background-color: #8DBFE6; }
a { background-color: rgb(141,191,230); }
div.DivClassName
{
background-color: #8DBFE6;
}
.BgClassName
{
background-color: #8DBFE6;
}
</style>
border-color css
<style>
span { border-color: #8DBFE6; }
span { border-color: rgb(141,191,230); }
td.TdClassName
{
border-color: #8DBFE6;
}
.TagClassName
{
border-color: #8DBFE6;
}
</style>