Shades of Cornflower #8DBEEB
Tints of Cornflower #8DBEEB
RGB
CMYK
RGB Variations
Color information
#8DBEEB (or 0x8DBEEB) is known color: Cornflower. HEX triplet: 8D, BE and EB. RGB value is (141,190,235). Sum of RGB (Red+Green+Blue) = 141+190+235=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DBEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEEB is #724114. Grayscale: #B4B4B4. Windows color (decimal): -7487765 or 15449741. OLE color: 15449741.
HSL color Cylindrical-coordinate representation of color #8DBEEB: hue angle of 208.72º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBEEB is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 190 | 235 | - |
| CMYK | 0.4 | 0.19 | 0 | 0.08 |
| HSL | 208.72º | 0.7% | 0.74% | - |
| HSV(B) | 208.72º | 0.4% | 0.92% | - |
| XYZ | 44.39 | 48.49 | 85.62 | - |
| YUV | 180.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 235 | 0.4 | 0.19 | 0 | 0.08 | 208.72 | 0.7 | 0.74 |
| Hex | 8D | BE | EB | 28 | 13 | 0 | 8 | D1 | 46 | 4A |
| Octal | 215 | 276 | 353 | 50 | 23 | 0 | 10 | 321 | 106 | 112 |
| Binary | 10001101 | 10111110 | 11101011 | 101000 | 10011 | 0 | 1000 | 11010001 | 1000110 | 1001010 |
Color Harmonies of #8DBEEB
Complementary color
Monochromatic Colors of #8DBEEB
Black with #8DBEEB
Text Example
Text Example
White with #8DBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEEB; }
p { color: rgb(141,190,235); }
H1.HeaderClassName
{
color: #8DBEEB;
}
.AnyTagClassName
{
color: #8DBEEB;
}
</style>
background-color css
<style>
a { background-color: #8DBEEB; }
a { background-color: rgb(141,190,235); }
div.DivClassName
{
background-color: #8DBEEB;
}
.BgClassName
{
background-color: #8DBEEB;
}
</style>
border-color css
<style>
span { border-color: #8DBEEB; }
span { border-color: rgb(141,190,235); }
td.TdClassName
{
border-color: #8DBEEB;
}
.TagClassName
{
border-color: #8DBEEB;
}
</style>