Shades of Cornflower #8DBBEC
Tints of Cornflower #8DBBEC
RGB
CMYK
RGB Variations
Color information
#8DBBEC (or 0x8DBBEC) is known color: Cornflower. HEX triplet: 8D, BB and EC. RGB value is (141,187,236). Sum of RGB (Red+Green+Blue) = 141+187+236=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DBBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBBEC is #724413. Grayscale: #B2B2B2. Windows color (decimal): -7488532 or 15514509. OLE color: 15514509.
HSL color Cylindrical-coordinate representation of color #8DBBEC: hue angle of 210.95º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBBEC is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 187 | 236 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.07 |
| HSL | 210.95º | 0.71% | 0.74% | - |
| HSV(B) | 210.95º | 0.4% | 0.93% | - |
| XYZ | 43.9 | 47.26 | 86.17 | - |
| YUV | 178.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 236 | 0.40 | 0.21 | 0 | 0.07 | 210.95 | 0.71 | 0.74 |
| Hex | 8D | BB | EC | 28 | 15 | 0 | 7 | D3 | 47 | 4A |
| Octal | 215 | 273 | 354 | 50 | 25 | 0 | 7 | 323 | 107 | 112 |
| Binary | 10001101 | 10111011 | 11101100 | 101000 | 10101 | 0 | 111 | 11010011 | 1000111 | 1001010 |
Color Harmonies of #8DBBEC
Complementary color
Monochromatic Colors of #8DBBEC
Black with #8DBBEC
Text Example
Text Example
White with #8DBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBEC; }
p { color: rgb(141,187,236); }
H1.HeaderClassName
{
color: #8DBBEC;
}
.AnyTagClassName
{
color: #8DBBEC;
}
</style>
background-color css
<style>
a { background-color: #8DBBEC; }
a { background-color: rgb(141,187,236); }
div.DivClassName
{
background-color: #8DBBEC;
}
.BgClassName
{
background-color: #8DBBEC;
}
</style>
border-color css
<style>
span { border-color: #8DBBEC; }
span { border-color: rgb(141,187,236); }
td.TdClassName
{
border-color: #8DBBEC;
}
.TagClassName
{
border-color: #8DBBEC;
}
</style>