Shades of Cornflower #8FBEEE
Tints of Cornflower #8FBEEE
RGB
CMYK
RGB Variations
Color information
#8FBEEE (or 0x8FBEEE) is known color: Cornflower. HEX triplet: 8F, BE and EE. RGB value is (143,190,238). Sum of RGB (Red+Green+Blue) = 143+190+238=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FBEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBEEE is #704111. Grayscale: #B5B5B5. Windows color (decimal): -7356690 or 15646351. OLE color: 15646351.
HSL color Cylindrical-coordinate representation of color #8FBEEE: hue angle of 210.32º degrees, saturation: 0.74, 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 #8FBEEE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 190 | 238 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.07 |
| HSL | 210.32º | 0.74% | 0.75% | - |
| HSV(B) | 210.32º | 0.4% | 0.93% | - |
| XYZ | 45.17 | 48.84 | 87.94 | - |
| YUV | 181.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 238 | 0.40 | 0.20 | 0 | 0.07 | 210.32 | 0.74 | 0.75 |
| Hex | 8F | BE | EE | 28 | 14 | 0 | 7 | D2 | 4A | 4B |
| Octal | 217 | 276 | 356 | 50 | 24 | 0 | 7 | 322 | 112 | 113 |
| Binary | 10001111 | 10111110 | 11101110 | 101000 | 10100 | 0 | 111 | 11010010 | 1001010 | 1001011 |
Color Harmonies of #8FBEEE
Complementary color
Monochromatic Colors of #8FBEEE
Black with #8FBEEE
Text Example
Text Example
White with #8FBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEEE; }
p { color: rgb(143,190,238); }
H1.HeaderClassName
{
color: #8FBEEE;
}
.AnyTagClassName
{
color: #8FBEEE;
}
</style>
background-color css
<style>
a { background-color: #8FBEEE; }
a { background-color: rgb(143,190,238); }
div.DivClassName
{
background-color: #8FBEEE;
}
.BgClassName
{
background-color: #8FBEEE;
}
</style>
border-color css
<style>
span { border-color: #8FBEEE; }
span { border-color: rgb(143,190,238); }
td.TdClassName
{
border-color: #8FBEEE;
}
.TagClassName
{
border-color: #8FBEEE;
}
</style>