Shades of Cornflower #8FBCED
Tints of Cornflower #8FBCED
RGB
CMYK
RGB Variations
Color information
#8FBCED (or 0x8FBCED) is known color: Cornflower. HEX triplet: 8F, BC and ED. RGB value is (143,188,237). Sum of RGB (Red+Green+Blue) = 143+188+237=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FBCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCED is #704312. Grayscale: #B3B3B3. Windows color (decimal): -7357203 or 15580303. OLE color: 15580303.
HSL color Cylindrical-coordinate representation of color #8FBCED: hue angle of 211.28º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBCED is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 188 | 237 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.07 |
| HSL | 211.28º | 0.72% | 0.75% | - |
| HSV(B) | 211.28º | 0.4% | 0.93% | - |
| XYZ | 44.6 | 47.92 | 87.02 | - |
| YUV | 180.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 237 | 0.40 | 0.21 | 0 | 0.07 | 211.28 | 0.72 | 0.75 |
| Hex | 8F | BC | ED | 28 | 15 | 0 | 7 | D3 | 48 | 4B |
| Octal | 217 | 274 | 355 | 50 | 25 | 0 | 7 | 323 | 110 | 113 |
| Binary | 10001111 | 10111100 | 11101101 | 101000 | 10101 | 0 | 111 | 11010011 | 1001000 | 1001011 |
Color Harmonies of #8FBCED
Complementary color
Monochromatic Colors of #8FBCED
Black with #8FBCED
Text Example
Text Example
White with #8FBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCED; }
p { color: rgb(143,188,237); }
H1.HeaderClassName
{
color: #8FBCED;
}
.AnyTagClassName
{
color: #8FBCED;
}
</style>
background-color css
<style>
a { background-color: #8FBCED; }
a { background-color: rgb(143,188,237); }
div.DivClassName
{
background-color: #8FBCED;
}
.BgClassName
{
background-color: #8FBCED;
}
</style>
border-color css
<style>
span { border-color: #8FBCED; }
span { border-color: rgb(143,188,237); }
td.TdClassName
{
border-color: #8FBCED;
}
.TagClassName
{
border-color: #8FBCED;
}
</style>