Shades of Cornflower #8DBEDA
Tints of Cornflower #8DBEDA
RGB
CMYK
RGB Variations
Color information
#8DBEDA (or 0x8DBEDA) is known color: Cornflower. HEX triplet: 8D, BE and DA. RGB value is (141,190,218). Sum of RGB (Red+Green+Blue) = 141+190+218=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEDA is #724125. Grayscale: #B2B2B2. Windows color (decimal): -7487782 or 14335629. OLE color: 14335629.
HSL color Cylindrical-coordinate representation of color #8DBEDA: hue angle of 201.82º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DBEDA is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 190 | 218 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.15 |
| HSL | 201.82º | 0.51% | 0.7% | - |
| HSV(B) | 201.82º | 0.35% | 0.85% | - |
| XYZ | 42.05 | 47.55 | 73.29 | - |
| YUV | 178.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 218 | 0.35 | 0.13 | 0 | 0.15 | 201.82 | 0.51 | 0.7 |
| Hex | 8D | BE | DA | 23 | D | 0 | F | CA | 33 | 46 |
| Octal | 215 | 276 | 332 | 43 | 15 | 0 | 17 | 312 | 63 | 106 |
| Binary | 10001101 | 10111110 | 11011010 | 100011 | 1101 | 0 | 1111 | 11001010 | 110011 | 1000110 |
Color Harmonies of #8DBEDA
Complementary color
Monochromatic Colors of #8DBEDA
Black with #8DBEDA
Text Example
Text Example
White with #8DBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEDA; }
p { color: rgb(141,190,218); }
H1.HeaderClassName
{
color: #8DBEDA;
}
.AnyTagClassName
{
color: #8DBEDA;
}
</style>
background-color css
<style>
a { background-color: #8DBEDA; }
a { background-color: rgb(141,190,218); }
div.DivClassName
{
background-color: #8DBEDA;
}
.BgClassName
{
background-color: #8DBEDA;
}
</style>
border-color css
<style>
span { border-color: #8DBEDA; }
span { border-color: rgb(141,190,218); }
td.TdClassName
{
border-color: #8DBEDA;
}
.TagClassName
{
border-color: #8DBEDA;
}
</style>