Shades of Cornflower #8FB8EE
Tints of Cornflower #8FB8EE
RGB
CMYK
RGB Variations
Color information
#8FB8EE (or 0x8FB8EE) is known color: Cornflower. HEX triplet: 8F, B8 and EE. RGB value is (143,184,238). Sum of RGB (Red+Green+Blue) = 143+184+238=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FB8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB8EE is #704711. Grayscale: #B1B1B1. Windows color (decimal): -7358226 or 15644815. OLE color: 15644815.
HSL color Cylindrical-coordinate representation of color #8FB8EE: hue angle of 214.11º 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 #8FB8EE is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 184 | 238 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.07 |
| HSL | 214.11º | 0.74% | 0.75% | - |
| HSV(B) | 214.11º | 0.4% | 0.93% | - |
| XYZ | 43.9 | 46.29 | 87.51 | - |
| YUV | 177.9 | 161.92 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 238 | 0.40 | 0.23 | 0 | 0.07 | 214.11 | 0.74 | 0.75 |
| Hex | 8F | B8 | EE | 28 | 17 | 0 | 7 | D6 | 4A | 4B |
| Octal | 217 | 270 | 356 | 50 | 27 | 0 | 7 | 326 | 112 | 113 |
| Binary | 10001111 | 10111000 | 11101110 | 101000 | 10111 | 0 | 111 | 11010110 | 1001010 | 1001011 |
Color Harmonies of #8FB8EE
Complementary color
Monochromatic Colors of #8FB8EE
Black with #8FB8EE
Text Example
Text Example
White with #8FB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8EE; }
p { color: rgb(143,184,238); }
H1.HeaderClassName
{
color: #8FB8EE;
}
.AnyTagClassName
{
color: #8FB8EE;
}
</style>
background-color css
<style>
a { background-color: #8FB8EE; }
a { background-color: rgb(143,184,238); }
div.DivClassName
{
background-color: #8FB8EE;
}
.BgClassName
{
background-color: #8FB8EE;
}
</style>
border-color css
<style>
span { border-color: #8FB8EE; }
span { border-color: rgb(143,184,238); }
td.TdClassName
{
border-color: #8FB8EE;
}
.TagClassName
{
border-color: #8FB8EE;
}
</style>