Shades of Cornflower #8DBEDB
Tints of Cornflower #8DBEDB
RGB
CMYK
RGB Variations
Color information
#8DBEDB (or 0x8DBEDB) is known color: Cornflower. HEX triplet: 8D, BE and DB. RGB value is (141,190,219). Sum of RGB (Red+Green+Blue) = 141+190+219=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEDB is #724124. Grayscale: #B2B2B2. Windows color (decimal): -7487781 or 14401165. OLE color: 14401165.
HSL color Cylindrical-coordinate representation of color #8DBEDB: hue angle of 202.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DBEDB is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 190 | 219 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.14 |
| HSL | 202.31º | 0.52% | 0.71% | - |
| HSV(B) | 202.31º | 0.36% | 0.86% | - |
| XYZ | 42.18 | 47.6 | 73.98 | - |
| YUV | 178.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 219 | 0.36 | 0.13 | 0 | 0.14 | 202.31 | 0.52 | 0.71 |
| Hex | 8D | BE | DB | 24 | D | 0 | E | CA | 34 | 47 |
| Octal | 215 | 276 | 333 | 44 | 15 | 0 | 16 | 312 | 64 | 107 |
| Binary | 10001101 | 10111110 | 11011011 | 100100 | 1101 | 0 | 1110 | 11001010 | 110100 | 1000111 |
Color Harmonies of #8DBEDB
Complementary color
Monochromatic Colors of #8DBEDB
Black with #8DBEDB
Text Example
Text Example
White with #8DBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEDB; }
p { color: rgb(141,190,219); }
H1.HeaderClassName
{
color: #8DBEDB;
}
.AnyTagClassName
{
color: #8DBEDB;
}
</style>
background-color css
<style>
a { background-color: #8DBEDB; }
a { background-color: rgb(141,190,219); }
div.DivClassName
{
background-color: #8DBEDB;
}
.BgClassName
{
background-color: #8DBEDB;
}
</style>
border-color css
<style>
span { border-color: #8DBEDB; }
span { border-color: rgb(141,190,219); }
td.TdClassName
{
border-color: #8DBEDB;
}
.TagClassName
{
border-color: #8DBEDB;
}
</style>