Shades of Cornflower #8DBFEB
Tints of Cornflower #8DBFEB
RGB
CMYK
RGB Variations
Color information
#8DBFEB (or 0x8DBFEB) is known color: Cornflower. HEX triplet: 8D, BF and EB. RGB value is (141,191,235). Sum of RGB (Red+Green+Blue) = 141+191+235=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DBFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFEB is #724014. Grayscale: #B4B4B4. Windows color (decimal): -7487509 or 15449997. OLE color: 15449997.
HSL color Cylindrical-coordinate representation of color #8DBFEB: hue angle of 208.09º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBFEB is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 191 | 235 | - |
| CMYK | 0.4 | 0.19 | 0 | 0.08 |
| HSL | 208.09º | 0.7% | 0.74% | - |
| HSV(B) | 208.09º | 0.4% | 0.92% | - |
| XYZ | 44.61 | 48.92 | 85.69 | - |
| YUV | 181.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 235 | 0.4 | 0.19 | 0 | 0.08 | 208.09 | 0.7 | 0.74 |
| Hex | 8D | BF | EB | 28 | 13 | 0 | 8 | D0 | 46 | 4A |
| Octal | 215 | 277 | 353 | 50 | 23 | 0 | 10 | 320 | 106 | 112 |
| Binary | 10001101 | 10111111 | 11101011 | 101000 | 10011 | 0 | 1000 | 11010000 | 1000110 | 1001010 |
Color Harmonies of #8DBFEB
Complementary color
Monochromatic Colors of #8DBFEB
Black with #8DBFEB
Text Example
Text Example
White with #8DBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFEB; }
p { color: rgb(141,191,235); }
H1.HeaderClassName
{
color: #8DBFEB;
}
.AnyTagClassName
{
color: #8DBFEB;
}
</style>
background-color css
<style>
a { background-color: #8DBFEB; }
a { background-color: rgb(141,191,235); }
div.DivClassName
{
background-color: #8DBFEB;
}
.BgClassName
{
background-color: #8DBFEB;
}
</style>
border-color css
<style>
span { border-color: #8DBFEB; }
span { border-color: rgb(141,191,235); }
td.TdClassName
{
border-color: #8DBFEB;
}
.TagClassName
{
border-color: #8DBFEB;
}
</style>