Shades of Cornflower #8FBBE6
Tints of Cornflower #8FBBE6
RGB
CMYK
RGB Variations
Color information
#8FBBE6 (or 0x8FBBE6) is known color: Cornflower. HEX triplet: 8F, BB and E6. RGB value is (143,187,230). Sum of RGB (Red+Green+Blue) = 143+187+230=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #8FBBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBE6 is #704419. Grayscale: #B2B2B2. Windows color (decimal): -7357466 or 15121295. OLE color: 15121295.
HSL color Cylindrical-coordinate representation of color #8FBBE6: hue angle of 209.66º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBBE6 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 187 | 230 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.10 |
| HSL | 209.66º | 0.64% | 0.73% | - |
| HSV(B) | 209.66º | 0.38% | 0.9% | - |
| XYZ | 43.38 | 47.09 | 81.67 | - |
| YUV | 178.75 | 156.92 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 230 | 0.38 | 0.19 | 0 | 0.10 | 209.66 | 0.64 | 0.73 |
| Hex | 8F | BB | E6 | 26 | 13 | 0 | A | D2 | 40 | 49 |
| Octal | 217 | 273 | 346 | 46 | 23 | 0 | 12 | 322 | 100 | 111 |
| Binary | 10001111 | 10111011 | 11100110 | 100110 | 10011 | 0 | 1010 | 11010010 | 1000000 | 1001001 |
Color Harmonies of #8FBBE6
Complementary color
Monochromatic Colors of #8FBBE6
Black with #8FBBE6
Text Example
Text Example
White with #8FBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBE6; }
p { color: rgb(143,187,230); }
H1.HeaderClassName
{
color: #8FBBE6;
}
.AnyTagClassName
{
color: #8FBBE6;
}
</style>
background-color css
<style>
a { background-color: #8FBBE6; }
a { background-color: rgb(143,187,230); }
div.DivClassName
{
background-color: #8FBBE6;
}
.BgClassName
{
background-color: #8FBBE6;
}
</style>
border-color css
<style>
span { border-color: #8FBBE6; }
span { border-color: rgb(143,187,230); }
td.TdClassName
{
border-color: #8FBBE6;
}
.TagClassName
{
border-color: #8FBBE6;
}
</style>