Shades of Cornflower #8DBBE5
Tints of Cornflower #8DBBE5
RGB
CMYK
RGB Variations
Color information
#8DBBE5 (or 0x8DBBE5) is known color: Cornflower. HEX triplet: 8D, BB and E5. RGB value is (141,187,229). Sum of RGB (Red+Green+Blue) = 141+187+229=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DBBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBE5 is #72441A. Grayscale: #B1B1B1. Windows color (decimal): -7488539 or 15055757. OLE color: 15055757.
HSL color Cylindrical-coordinate representation of color #8DBBE5: hue angle of 208.64º degrees, saturation: 0.63, 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 #8DBBE5 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 187 | 229 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.10 |
| HSL | 208.64º | 0.63% | 0.73% | - |
| HSV(B) | 208.64º | 0.38% | 0.9% | - |
| XYZ | 42.9 | 46.86 | 80.91 | - |
| YUV | 178.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 229 | 0.38 | 0.18 | 0 | 0.10 | 208.64 | 0.63 | 0.73 |
| Hex | 8D | BB | E5 | 26 | 12 | 0 | A | D1 | 3F | 49 |
| Octal | 215 | 273 | 345 | 46 | 22 | 0 | 12 | 321 | 77 | 111 |
| Binary | 10001101 | 10111011 | 11100101 | 100110 | 10010 | 0 | 1010 | 11010001 | 111111 | 1001001 |
Color Harmonies of #8DBBE5
Complementary color
Monochromatic Colors of #8DBBE5
Black with #8DBBE5
Text Example
Text Example
White with #8DBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBE5; }
p { color: rgb(141,187,229); }
H1.HeaderClassName
{
color: #8DBBE5;
}
.AnyTagClassName
{
color: #8DBBE5;
}
</style>
background-color css
<style>
a { background-color: #8DBBE5; }
a { background-color: rgb(141,187,229); }
div.DivClassName
{
background-color: #8DBBE5;
}
.BgClassName
{
background-color: #8DBBE5;
}
</style>
border-color css
<style>
span { border-color: #8DBBE5; }
span { border-color: rgb(141,187,229); }
td.TdClassName
{
border-color: #8DBBE5;
}
.TagClassName
{
border-color: #8DBBE5;
}
</style>