Shades of Cornflower #8FBFDD
Tints of Cornflower #8FBFDD
RGB
CMYK
RGB Variations
Color information
#8FBFDD (or 0x8FBFDD) is known color: Cornflower. HEX triplet: 8F, BF and DD. RGB value is (143,191,221). Sum of RGB (Red+Green+Blue) = 143+191+221=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFDD is #704022. Grayscale: #B3B3B3. Windows color (decimal): -7356451 or 14532495. OLE color: 14532495.
HSL color Cylindrical-coordinate representation of color #8FBFDD: hue angle of 203.08º 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 #8FBFDD is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 191 | 221 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.13 |
| HSL | 203.08º | 0.53% | 0.71% | - |
| HSV(B) | 203.08º | 0.35% | 0.87% | - |
| XYZ | 43.01 | 48.32 | 75.47 | - |
| YUV | 180.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 221 | 0.35 | 0.14 | 0 | 0.13 | 203.08 | 0.53 | 0.71 |
| Hex | 8F | BF | DD | 23 | E | 0 | D | CB | 35 | 47 |
| Octal | 217 | 277 | 335 | 43 | 16 | 0 | 15 | 313 | 65 | 107 |
| Binary | 10001111 | 10111111 | 11011101 | 100011 | 1110 | 0 | 1101 | 11001011 | 110101 | 1000111 |
Color Harmonies of #8FBFDD
Complementary color
Monochromatic Colors of #8FBFDD
Black with #8FBFDD
Text Example
Text Example
White with #8FBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFDD; }
p { color: rgb(143,191,221); }
H1.HeaderClassName
{
color: #8FBFDD;
}
.AnyTagClassName
{
color: #8FBFDD;
}
</style>
background-color css
<style>
a { background-color: #8FBFDD; }
a { background-color: rgb(143,191,221); }
div.DivClassName
{
background-color: #8FBFDD;
}
.BgClassName
{
background-color: #8FBFDD;
}
</style>
border-color css
<style>
span { border-color: #8FBFDD; }
span { border-color: rgb(143,191,221); }
td.TdClassName
{
border-color: #8FBFDD;
}
.TagClassName
{
border-color: #8FBFDD;
}
</style>