Shades of Cornflower #8FBBE7
Tints of Cornflower #8FBBE7
RGB
CMYK
RGB Variations
Color information
#8FBBE7 (or 0x8FBBE7) is known color: Cornflower. HEX triplet: 8F, BB and E7. RGB value is (143,187,231). Sum of RGB (Red+Green+Blue) = 143+187+231=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #8FBBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBE7 is #704418. Grayscale: #B2B2B2. Windows color (decimal): -7357465 or 15186831. OLE color: 15186831.
HSL color Cylindrical-coordinate representation of color #8FBBE7: hue angle of 210º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBBE7 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 187 | 231 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.09 |
| HSL | 210º | 0.65% | 0.73% | - |
| HSV(B) | 210º | 0.38% | 0.91% | - |
| XYZ | 43.52 | 47.15 | 82.41 | - |
| YUV | 178.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 231 | 0.38 | 0.19 | 0 | 0.09 | 210 | 0.65 | 0.73 |
| Hex | 8F | BB | E7 | 26 | 13 | 0 | 9 | D2 | 41 | 49 |
| Octal | 217 | 273 | 347 | 46 | 23 | 0 | 11 | 322 | 101 | 111 |
| Binary | 10001111 | 10111011 | 11100111 | 100110 | 10011 | 0 | 1001 | 11010010 | 1000001 | 1001001 |
Color Harmonies of #8FBBE7
Complementary color
Monochromatic Colors of #8FBBE7
Black with #8FBBE7
Text Example
Text Example
White with #8FBBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBE7; }
p { color: rgb(143,187,231); }
H1.HeaderClassName
{
color: #8FBBE7;
}
.AnyTagClassName
{
color: #8FBBE7;
}
</style>
background-color css
<style>
a { background-color: #8FBBE7; }
a { background-color: rgb(143,187,231); }
div.DivClassName
{
background-color: #8FBBE7;
}
.BgClassName
{
background-color: #8FBBE7;
}
</style>
border-color css
<style>
span { border-color: #8FBBE7; }
span { border-color: rgb(143,187,231); }
td.TdClassName
{
border-color: #8FBBE7;
}
.TagClassName
{
border-color: #8FBBE7;
}
</style>