Shades of Cornflower #8DBEEC
Tints of Cornflower #8DBEEC
RGB
CMYK
RGB Variations
Color information
#8DBEEC (or 0x8DBEEC) is known color: Cornflower. HEX triplet: 8D, BE and EC. RGB value is (141,190,236). Sum of RGB (Red+Green+Blue) = 141+190+236=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DBEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEEC is #724113. Grayscale: #B4B4B4. Windows color (decimal): -7487764 or 15515277. OLE color: 15515277.
HSL color Cylindrical-coordinate representation of color #8DBEEC: hue angle of 209.05º 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 #8DBEEC is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 190 | 236 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.07 |
| HSL | 209.05º | 0.71% | 0.74% | - |
| HSV(B) | 209.05º | 0.4% | 0.93% | - |
| XYZ | 44.54 | 48.55 | 86.38 | - |
| YUV | 180.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 236 | 0.40 | 0.19 | 0 | 0.07 | 209.05 | 0.71 | 0.74 |
| Hex | 8D | BE | EC | 28 | 13 | 0 | 7 | D1 | 47 | 4A |
| Octal | 215 | 276 | 354 | 50 | 23 | 0 | 7 | 321 | 107 | 112 |
| Binary | 10001101 | 10111110 | 11101100 | 101000 | 10011 | 0 | 111 | 11010001 | 1000111 | 1001010 |
Color Harmonies of #8DBEEC
Complementary color
Monochromatic Colors of #8DBEEC
Black with #8DBEEC
Text Example
Text Example
White with #8DBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEEC; }
p { color: rgb(141,190,236); }
H1.HeaderClassName
{
color: #8DBEEC;
}
.AnyTagClassName
{
color: #8DBEEC;
}
</style>
background-color css
<style>
a { background-color: #8DBEEC; }
a { background-color: rgb(141,190,236); }
div.DivClassName
{
background-color: #8DBEEC;
}
.BgClassName
{
background-color: #8DBEEC;
}
</style>
border-color css
<style>
span { border-color: #8DBEEC; }
span { border-color: rgb(141,190,236); }
td.TdClassName
{
border-color: #8DBEEC;
}
.TagClassName
{
border-color: #8DBEEC;
}
</style>