Shades of Cornflower #8FBDEC
Tints of Cornflower #8FBDEC
RGB
CMYK
RGB Variations
Color information
#8FBDEC (or 0x8FBDEC) is known color: Cornflower. HEX triplet: 8F, BD and EC. RGB value is (143,189,236). Sum of RGB (Red+Green+Blue) = 143+189+236=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FBDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDEC is #704213. Grayscale: #B4B4B4. Windows color (decimal): -7356948 or 15515023. OLE color: 15515023.
HSL color Cylindrical-coordinate representation of color #8FBDEC: hue angle of 210.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBDEC is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 189 | 236 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.07 |
| HSL | 210.32º | 0.71% | 0.74% | - |
| HSV(B) | 210.32º | 0.39% | 0.93% | - |
| XYZ | 44.67 | 48.29 | 86.32 | - |
| YUV | 180.6 | 159.26 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 236 | 0.39 | 0.20 | 0 | 0.07 | 210.32 | 0.71 | 0.74 |
| Hex | 8F | BD | EC | 27 | 14 | 0 | 7 | D2 | 47 | 4A |
| Octal | 217 | 275 | 354 | 47 | 24 | 0 | 7 | 322 | 107 | 112 |
| Binary | 10001111 | 10111101 | 11101100 | 100111 | 10100 | 0 | 111 | 11010010 | 1000111 | 1001010 |
Color Harmonies of #8FBDEC
Complementary color
Monochromatic Colors of #8FBDEC
Black with #8FBDEC
Text Example
Text Example
White with #8FBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDEC; }
p { color: rgb(143,189,236); }
H1.HeaderClassName
{
color: #8FBDEC;
}
.AnyTagClassName
{
color: #8FBDEC;
}
</style>
background-color css
<style>
a { background-color: #8FBDEC; }
a { background-color: rgb(143,189,236); }
div.DivClassName
{
background-color: #8FBDEC;
}
.BgClassName
{
background-color: #8FBDEC;
}
</style>
border-color css
<style>
span { border-color: #8FBDEC; }
span { border-color: rgb(143,189,236); }
td.TdClassName
{
border-color: #8FBDEC;
}
.TagClassName
{
border-color: #8FBDEC;
}
</style>