Shades of Cornflower #8DBFEC
Tints of Cornflower #8DBFEC
RGB
CMYK
RGB Variations
Color information
#8DBFEC (or 0x8DBFEC) is known color: Cornflower. HEX triplet: 8D, BF and EC. RGB value is (141,191,236). Sum of RGB (Red+Green+Blue) = 141+191+236=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFEC is #724013. Grayscale: #B4B4B4. Windows color (decimal): -7487508 or 15515533. OLE color: 15515533.
HSL color Cylindrical-coordinate representation of color #8DBFEC: hue angle of 208.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBFEC is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 191 | 236 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.07 |
| HSL | 208.42º | 0.71% | 0.74% | - |
| HSV(B) | 208.42º | 0.4% | 0.93% | - |
| XYZ | 44.76 | 48.98 | 86.45 | - |
| YUV | 181.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 236 | 0.40 | 0.19 | 0 | 0.07 | 208.42 | 0.71 | 0.74 |
| Hex | 8D | BF | EC | 28 | 13 | 0 | 7 | D0 | 47 | 4A |
| Octal | 215 | 277 | 354 | 50 | 23 | 0 | 7 | 320 | 107 | 112 |
| Binary | 10001101 | 10111111 | 11101100 | 101000 | 10011 | 0 | 111 | 11010000 | 1000111 | 1001010 |
Color Harmonies of #8DBFEC
Complementary color
Monochromatic Colors of #8DBFEC
Black with #8DBFEC
Text Example
Text Example
White with #8DBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFEC; }
p { color: rgb(141,191,236); }
H1.HeaderClassName
{
color: #8DBFEC;
}
.AnyTagClassName
{
color: #8DBFEC;
}
</style>
background-color css
<style>
a { background-color: #8DBFEC; }
a { background-color: rgb(141,191,236); }
div.DivClassName
{
background-color: #8DBFEC;
}
.BgClassName
{
background-color: #8DBFEC;
}
</style>
border-color css
<style>
span { border-color: #8DBFEC; }
span { border-color: rgb(141,191,236); }
td.TdClassName
{
border-color: #8DBFEC;
}
.TagClassName
{
border-color: #8DBFEC;
}
</style>