Shades of Cornflower #8FBBDE
Tints of Cornflower #8FBBDE
RGB
CMYK
RGB Variations
Color information
#8FBBDE (or 0x8FBBDE) is known color: Cornflower. HEX triplet: 8F, BB and DE. RGB value is (143,187,222). Sum of RGB (Red+Green+Blue) = 143+187+222=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FBBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBDE is #704421. Grayscale: #B1B1B1. Windows color (decimal): -7357474 or 14597007. OLE color: 14597007.
HSL color Cylindrical-coordinate representation of color #8FBBDE: hue angle of 206.58º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FBBDE is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 187 | 222 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.13 |
| HSL | 206.58º | 0.54% | 0.72% | - |
| HSV(B) | 206.58º | 0.36% | 0.87% | - |
| XYZ | 42.28 | 46.65 | 75.88 | - |
| YUV | 177.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 222 | 0.36 | 0.16 | 0 | 0.13 | 206.58 | 0.54 | 0.72 |
| Hex | 8F | BB | DE | 24 | 10 | 0 | D | CF | 36 | 48 |
| Octal | 217 | 273 | 336 | 44 | 20 | 0 | 15 | 317 | 66 | 110 |
| Binary | 10001111 | 10111011 | 11011110 | 100100 | 10000 | 0 | 1101 | 11001111 | 110110 | 1001000 |
Color Harmonies of #8FBBDE
Complementary color
Monochromatic Colors of #8FBBDE
Black with #8FBBDE
Text Example
Text Example
White with #8FBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBDE; }
p { color: rgb(143,187,222); }
H1.HeaderClassName
{
color: #8FBBDE;
}
.AnyTagClassName
{
color: #8FBBDE;
}
</style>
background-color css
<style>
a { background-color: #8FBBDE; }
a { background-color: rgb(143,187,222); }
div.DivClassName
{
background-color: #8FBBDE;
}
.BgClassName
{
background-color: #8FBBDE;
}
</style>
border-color css
<style>
span { border-color: #8FBBDE; }
span { border-color: rgb(143,187,222); }
td.TdClassName
{
border-color: #8FBBDE;
}
.TagClassName
{
border-color: #8FBBDE;
}
</style>