Shades of Cornflower #8DBFEA
Tints of Cornflower #8DBFEA
RGB
CMYK
RGB Variations
Color information
#8DBFEA (or 0x8DBFEA) is known color: Cornflower. HEX triplet: 8D, BF and EA. RGB value is (141,191,234). Sum of RGB (Red+Green+Blue) = 141+191+234=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFEA is #724015. Grayscale: #B4B4B4. Windows color (decimal): -7487510 or 15384461. OLE color: 15384461.
HSL color Cylindrical-coordinate representation of color #8DBFEA: hue angle of 207.74º degrees, saturation: 0.69, 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 #8DBFEA is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 191 | 234 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.08 |
| HSL | 207.74º | 0.69% | 0.74% | - |
| HSV(B) | 207.74º | 0.4% | 0.92% | - |
| XYZ | 44.47 | 48.86 | 84.93 | - |
| YUV | 180.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 234 | 0.40 | 0.18 | 0 | 0.08 | 207.74 | 0.69 | 0.74 |
| Hex | 8D | BF | EA | 28 | 12 | 0 | 8 | D0 | 45 | 4A |
| Octal | 215 | 277 | 352 | 50 | 22 | 0 | 10 | 320 | 105 | 112 |
| Binary | 10001101 | 10111111 | 11101010 | 101000 | 10010 | 0 | 1000 | 11010000 | 1000101 | 1001010 |
Color Harmonies of #8DBFEA
Complementary color
Monochromatic Colors of #8DBFEA
Black with #8DBFEA
Text Example
Text Example
White with #8DBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFEA; }
p { color: rgb(141,191,234); }
H1.HeaderClassName
{
color: #8DBFEA;
}
.AnyTagClassName
{
color: #8DBFEA;
}
</style>
background-color css
<style>
a { background-color: #8DBFEA; }
a { background-color: rgb(141,191,234); }
div.DivClassName
{
background-color: #8DBFEA;
}
.BgClassName
{
background-color: #8DBFEA;
}
</style>
border-color css
<style>
span { border-color: #8DBFEA; }
span { border-color: rgb(141,191,234); }
td.TdClassName
{
border-color: #8DBFEA;
}
.TagClassName
{
border-color: #8DBFEA;
}
</style>