Shades of Cornflower #8DBBE1
Tints of Cornflower #8DBBE1
RGB
CMYK
RGB Variations
Color information
#8DBBE1 (or 0x8DBBE1) is known color: Cornflower. HEX triplet: 8D, BB and E1. RGB value is (141,187,225). Sum of RGB (Red+Green+Blue) = 141+187+225=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBE1 is #72441E. Grayscale: #B1B1B1. Windows color (decimal): -7488543 or 14793613. OLE color: 14793613.
HSL color Cylindrical-coordinate representation of color #8DBBE1: hue angle of 207.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DBBE1 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 187 | 225 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.12 |
| HSL | 207.14º | 0.58% | 0.72% | - |
| HSV(B) | 207.14º | 0.37% | 0.88% | - |
| XYZ | 42.35 | 46.64 | 78 | - |
| YUV | 177.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 225 | 0.37 | 0.17 | 0 | 0.12 | 207.14 | 0.58 | 0.72 |
| Hex | 8D | BB | E1 | 25 | 11 | 0 | C | CF | 3A | 48 |
| Octal | 215 | 273 | 341 | 45 | 21 | 0 | 14 | 317 | 72 | 110 |
| Binary | 10001101 | 10111011 | 11100001 | 100101 | 10001 | 0 | 1100 | 11001111 | 111010 | 1001000 |
Color Harmonies of #8DBBE1
Complementary color
Monochromatic Colors of #8DBBE1
Black with #8DBBE1
Text Example
Text Example
White with #8DBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBE1; }
p { color: rgb(141,187,225); }
H1.HeaderClassName
{
color: #8DBBE1;
}
.AnyTagClassName
{
color: #8DBBE1;
}
</style>
background-color css
<style>
a { background-color: #8DBBE1; }
a { background-color: rgb(141,187,225); }
div.DivClassName
{
background-color: #8DBBE1;
}
.BgClassName
{
background-color: #8DBBE1;
}
</style>
border-color css
<style>
span { border-color: #8DBBE1; }
span { border-color: rgb(141,187,225); }
td.TdClassName
{
border-color: #8DBBE1;
}
.TagClassName
{
border-color: #8DBBE1;
}
</style>