Shades of Cornflower #8FBBDC
Tints of Cornflower #8FBBDC
RGB
CMYK
RGB Variations
Color information
#8FBBDC (or 0x8FBBDC) is known color: Cornflower. HEX triplet: 8F, BB and DC. RGB value is (143,187,220). Sum of RGB (Red+Green+Blue) = 143+187+220=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBDC is #704423. Grayscale: #B1B1B1. Windows color (decimal): -7357476 or 14465935. OLE color: 14465935.
HSL color Cylindrical-coordinate representation of color #8FBBDC: hue angle of 205.71º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBBDC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 187 | 220 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.14 |
| HSL | 205.71º | 0.52% | 0.71% | - |
| HSV(B) | 205.71º | 0.35% | 0.86% | - |
| XYZ | 42.02 | 46.55 | 74.48 | - |
| YUV | 177.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 220 | 0.35 | 0.15 | 0 | 0.14 | 205.71 | 0.52 | 0.71 |
| Hex | 8F | BB | DC | 23 | F | 0 | E | CE | 34 | 47 |
| Octal | 217 | 273 | 334 | 43 | 17 | 0 | 16 | 316 | 64 | 107 |
| Binary | 10001111 | 10111011 | 11011100 | 100011 | 1111 | 0 | 1110 | 11001110 | 110100 | 1000111 |
Color Harmonies of #8FBBDC
Complementary color
Monochromatic Colors of #8FBBDC
Black with #8FBBDC
Text Example
Text Example
White with #8FBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBDC; }
p { color: rgb(143,187,220); }
H1.HeaderClassName
{
color: #8FBBDC;
}
.AnyTagClassName
{
color: #8FBBDC;
}
</style>
background-color css
<style>
a { background-color: #8FBBDC; }
a { background-color: rgb(143,187,220); }
div.DivClassName
{
background-color: #8FBBDC;
}
.BgClassName
{
background-color: #8FBBDC;
}
</style>
border-color css
<style>
span { border-color: #8FBBDC; }
span { border-color: rgb(143,187,220); }
td.TdClassName
{
border-color: #8FBBDC;
}
.TagClassName
{
border-color: #8FBBDC;
}
</style>