Shades of Cornflower #8FBEED
Tints of Cornflower #8FBEED
RGB
CMYK
RGB Variations
Color information
#8FBEED (or 0x8FBEED) is known color: Cornflower. HEX triplet: 8F, BE and ED. RGB value is (143,190,237). Sum of RGB (Red+Green+Blue) = 143+190+237=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FBEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBEED is #704112. Grayscale: #B5B5B5. Windows color (decimal): -7356691 or 15580815. OLE color: 15580815.
HSL color Cylindrical-coordinate representation of color #8FBEED: hue angle of 210º 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 #8FBEED is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 190 | 237 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.07 |
| HSL | 210º | 0.72% | 0.75% | - |
| HSV(B) | 210º | 0.4% | 0.93% | - |
| XYZ | 45.03 | 48.78 | 87.16 | - |
| YUV | 181.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 237 | 0.40 | 0.20 | 0 | 0.07 | 210 | 0.72 | 0.75 |
| Hex | 8F | BE | ED | 28 | 14 | 0 | 7 | D2 | 48 | 4B |
| Octal | 217 | 276 | 355 | 50 | 24 | 0 | 7 | 322 | 110 | 113 |
| Binary | 10001111 | 10111110 | 11101101 | 101000 | 10100 | 0 | 111 | 11010010 | 1001000 | 1001011 |
Color Harmonies of #8FBEED
Complementary color
Monochromatic Colors of #8FBEED
Black with #8FBEED
Text Example
Text Example
White with #8FBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEED; }
p { color: rgb(143,190,237); }
H1.HeaderClassName
{
color: #8FBEED;
}
.AnyTagClassName
{
color: #8FBEED;
}
</style>
background-color css
<style>
a { background-color: #8FBEED; }
a { background-color: rgb(143,190,237); }
div.DivClassName
{
background-color: #8FBEED;
}
.BgClassName
{
background-color: #8FBEED;
}
</style>
border-color css
<style>
span { border-color: #8FBEED; }
span { border-color: rgb(143,190,237); }
td.TdClassName
{
border-color: #8FBEED;
}
.TagClassName
{
border-color: #8FBEED;
}
</style>