Shades of Cornflower #8FBED8
Tints of Cornflower #8FBED8
RGB
CMYK
RGB Variations
Color information
#8FBED8 (or 0x8FBED8) is known color: Cornflower. HEX triplet: 8F, BE and D8. RGB value is (143,190,216). Sum of RGB (Red+Green+Blue) = 143+190+216=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #8FBED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBED8 is #704127. Grayscale: #B2B2B2. Windows color (decimal): -7356712 or 14204559. OLE color: 14204559.
HSL color Cylindrical-coordinate representation of color #8FBED8: hue angle of 201.37º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBED8 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 190 | 216 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.15 |
| HSL | 201.37º | 0.48% | 0.7% | - |
| HSV(B) | 201.37º | 0.34% | 0.85% | - |
| XYZ | 42.14 | 47.62 | 71.94 | - |
| YUV | 178.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 216 | 0.34 | 0.12 | 0 | 0.15 | 201.37 | 0.48 | 0.7 |
| Hex | 8F | BE | D8 | 22 | C | 0 | F | C9 | 30 | 46 |
| Octal | 217 | 276 | 330 | 42 | 14 | 0 | 17 | 311 | 60 | 106 |
| Binary | 10001111 | 10111110 | 11011000 | 100010 | 1100 | 0 | 1111 | 11001001 | 110000 | 1000110 |
Color Harmonies of #8FBED8
Complementary color
Monochromatic Colors of #8FBED8
Black with #8FBED8
Text Example
Text Example
White with #8FBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBED8; }
p { color: rgb(143,190,216); }
H1.HeaderClassName
{
color: #8FBED8;
}
.AnyTagClassName
{
color: #8FBED8;
}
</style>
background-color css
<style>
a { background-color: #8FBED8; }
a { background-color: rgb(143,190,216); }
div.DivClassName
{
background-color: #8FBED8;
}
.BgClassName
{
background-color: #8FBED8;
}
</style>
border-color css
<style>
span { border-color: #8FBED8; }
span { border-color: rgb(143,190,216); }
td.TdClassName
{
border-color: #8FBED8;
}
.TagClassName
{
border-color: #8FBED8;
}
</style>