Shades of Cornflower #8DBBE9
Tints of Cornflower #8DBBE9
RGB
CMYK
RGB Variations
Color information
#8DBBE9 (or 0x8DBBE9) is known color: Cornflower. HEX triplet: 8D, BB and E9. RGB value is (141,187,233). Sum of RGB (Red+Green+Blue) = 141+187+233=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #8DBBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBBE9 is #724416. Grayscale: #B2B2B2. Windows color (decimal): -7488535 or 15317901. OLE color: 15317901.
HSL color Cylindrical-coordinate representation of color #8DBBE9: hue angle of 210º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBBE9 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 187 | 233 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.09 |
| HSL | 210º | 0.68% | 0.73% | - |
| HSV(B) | 210º | 0.39% | 0.91% | - |
| XYZ | 43.46 | 47.09 | 83.89 | - |
| YUV | 178.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 233 | 0.39 | 0.20 | 0 | 0.09 | 210 | 0.68 | 0.73 |
| Hex | 8D | BB | E9 | 27 | 14 | 0 | 9 | D2 | 44 | 49 |
| Octal | 215 | 273 | 351 | 47 | 24 | 0 | 11 | 322 | 104 | 111 |
| Binary | 10001101 | 10111011 | 11101001 | 100111 | 10100 | 0 | 1001 | 11010010 | 1000100 | 1001001 |
Color Harmonies of #8DBBE9
Complementary color
Monochromatic Colors of #8DBBE9
Black with #8DBBE9
Text Example
Text Example
White with #8DBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBE9; }
p { color: rgb(141,187,233); }
H1.HeaderClassName
{
color: #8DBBE9;
}
.AnyTagClassName
{
color: #8DBBE9;
}
</style>
background-color css
<style>
a { background-color: #8DBBE9; }
a { background-color: rgb(141,187,233); }
div.DivClassName
{
background-color: #8DBBE9;
}
.BgClassName
{
background-color: #8DBBE9;
}
</style>
border-color css
<style>
span { border-color: #8DBBE9; }
span { border-color: rgb(141,187,233); }
td.TdClassName
{
border-color: #8DBBE9;
}
.TagClassName
{
border-color: #8DBBE9;
}
</style>