Shades of Cornflower #8FBDEF
Tints of Cornflower #8FBDEF
RGB
CMYK
RGB Variations
Color information
#8FBDEF (or 0x8FBDEF) is known color: Cornflower. HEX triplet: 8F, BD and EF. RGB value is (143,189,239). Sum of RGB (Red+Green+Blue) = 143+189+239=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDEF is #704210. Grayscale: #B4B4B4. Windows color (decimal): -7356945 or 15711631. OLE color: 15711631.
HSL color Cylindrical-coordinate representation of color #8FBDEF: hue angle of 211.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBDEF is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 189 | 239 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.06 |
| HSL | 211.25º | 0.75% | 0.75% | - |
| HSV(B) | 211.25º | 0.4% | 0.94% | - |
| XYZ | 45.11 | 48.47 | 88.64 | - |
| YUV | 180.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 239 | 0.40 | 0.21 | 0 | 0.06 | 211.25 | 0.75 | 0.75 |
| Hex | 8F | BD | EF | 28 | 15 | 0 | 6 | D3 | 4B | 4B |
| Octal | 217 | 275 | 357 | 50 | 25 | 0 | 6 | 323 | 113 | 113 |
| Binary | 10001111 | 10111101 | 11101111 | 101000 | 10101 | 0 | 110 | 11010011 | 1001011 | 1001011 |
Color Harmonies of #8FBDEF
Complementary color
Monochromatic Colors of #8FBDEF
Black with #8FBDEF
Text Example
Text Example
White with #8FBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDEF; }
p { color: rgb(143,189,239); }
H1.HeaderClassName
{
color: #8FBDEF;
}
.AnyTagClassName
{
color: #8FBDEF;
}
</style>
background-color css
<style>
a { background-color: #8FBDEF; }
a { background-color: rgb(143,189,239); }
div.DivClassName
{
background-color: #8FBDEF;
}
.BgClassName
{
background-color: #8FBDEF;
}
</style>
border-color css
<style>
span { border-color: #8FBDEF; }
span { border-color: rgb(143,189,239); }
td.TdClassName
{
border-color: #8FBDEF;
}
.TagClassName
{
border-color: #8FBDEF;
}
</style>