Shades of Cornflower #8DBBDD
Tints of Cornflower #8DBBDD
RGB
CMYK
RGB Variations
Color information
#8DBBDD (or 0x8DBBDD) is known color: Cornflower. HEX triplet: 8D, BB and DD. RGB value is (141,187,221). Sum of RGB (Red+Green+Blue) = 141+187+221=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBDD is #724422. Grayscale: #B0B0B0. Windows color (decimal): -7488547 or 14531469. OLE color: 14531469.
HSL color Cylindrical-coordinate representation of color #8DBBDD: hue angle of 205.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DBBDD is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 187 | 221 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.13 |
| HSL | 205.5º | 0.54% | 0.71% | - |
| HSV(B) | 205.5º | 0.36% | 0.87% | - |
| XYZ | 41.81 | 46.42 | 75.16 | - |
| YUV | 177.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 221 | 0.36 | 0.15 | 0 | 0.13 | 205.5 | 0.54 | 0.71 |
| Hex | 8D | BB | DD | 24 | F | 0 | D | CE | 36 | 47 |
| Octal | 215 | 273 | 335 | 44 | 17 | 0 | 15 | 316 | 66 | 107 |
| Binary | 10001101 | 10111011 | 11011101 | 100100 | 1111 | 0 | 1101 | 11001110 | 110110 | 1000111 |
Color Harmonies of #8DBBDD
Complementary color
Monochromatic Colors of #8DBBDD
Black with #8DBBDD
Text Example
Text Example
White with #8DBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBDD; }
p { color: rgb(141,187,221); }
H1.HeaderClassName
{
color: #8DBBDD;
}
.AnyTagClassName
{
color: #8DBBDD;
}
</style>
background-color css
<style>
a { background-color: #8DBBDD; }
a { background-color: rgb(141,187,221); }
div.DivClassName
{
background-color: #8DBBDD;
}
.BgClassName
{
background-color: #8DBBDD;
}
</style>
border-color css
<style>
span { border-color: #8DBBDD; }
span { border-color: rgb(141,187,221); }
td.TdClassName
{
border-color: #8DBBDD;
}
.TagClassName
{
border-color: #8DBBDD;
}
</style>