Shades of Cornflower #8FBBDD
Tints of Cornflower #8FBBDD
RGB
CMYK
RGB Variations
Color information
#8FBBDD (or 0x8FBBDD) is known color: Cornflower. HEX triplet: 8F, BB and DD. RGB value is (143,187,221). Sum of RGB (Red+Green+Blue) = 143+187+221=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBDD is #704422. Grayscale: #B1B1B1. Windows color (decimal): -7357475 or 14531471. OLE color: 14531471.
HSL color Cylindrical-coordinate representation of color #8FBBDD: hue angle of 206.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBBDD is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 187 | 221 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.13 |
| HSL | 206.15º | 0.53% | 0.71% | - |
| HSV(B) | 206.15º | 0.35% | 0.87% | - |
| XYZ | 42.15 | 46.6 | 75.18 | - |
| YUV | 177.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 221 | 0.35 | 0.15 | 0 | 0.13 | 206.15 | 0.53 | 0.71 |
| Hex | 8F | BB | DD | 23 | F | 0 | D | CE | 35 | 47 |
| Octal | 217 | 273 | 335 | 43 | 17 | 0 | 15 | 316 | 65 | 107 |
| Binary | 10001111 | 10111011 | 11011101 | 100011 | 1111 | 0 | 1101 | 11001110 | 110101 | 1000111 |
Color Harmonies of #8FBBDD
Complementary color
Monochromatic Colors of #8FBBDD
Black with #8FBBDD
Text Example
Text Example
White with #8FBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBDD; }
p { color: rgb(143,187,221); }
H1.HeaderClassName
{
color: #8FBBDD;
}
.AnyTagClassName
{
color: #8FBBDD;
}
</style>
background-color css
<style>
a { background-color: #8FBBDD; }
a { background-color: rgb(143,187,221); }
div.DivClassName
{
background-color: #8FBBDD;
}
.BgClassName
{
background-color: #8FBBDD;
}
</style>
border-color css
<style>
span { border-color: #8FBBDD; }
span { border-color: rgb(143,187,221); }
td.TdClassName
{
border-color: #8FBBDD;
}
.TagClassName
{
border-color: #8FBBDD;
}
</style>