Shades of Cornflower #8DB9ED
Tints of Cornflower #8DB9ED
RGB
CMYK
RGB Variations
Color information
#8DB9ED (or 0x8DB9ED) is known color: Cornflower. HEX triplet: 8D, B9 and ED. RGB value is (141,185,237). Sum of RGB (Red+Green+Blue) = 141+185+237=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DB9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB9ED is #724612. Grayscale: #B1B1B1. Windows color (decimal): -7489043 or 15579533. OLE color: 15579533.
HSL color Cylindrical-coordinate representation of color #8DB9ED: hue angle of 212.5º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB9ED is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 185 | 237 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.07 |
| HSL | 212.5º | 0.73% | 0.74% | - |
| HSV(B) | 212.5º | 0.41% | 0.93% | - |
| XYZ | 43.62 | 46.48 | 86.79 | - |
| YUV | 177.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 237 | 0.41 | 0.22 | 0 | 0.07 | 212.5 | 0.73 | 0.74 |
| Hex | 8D | B9 | ED | 29 | 16 | 0 | 7 | D4 | 49 | 4A |
| Octal | 215 | 271 | 355 | 51 | 26 | 0 | 7 | 324 | 111 | 112 |
| Binary | 10001101 | 10111001 | 11101101 | 101001 | 10110 | 0 | 111 | 11010100 | 1001001 | 1001010 |
Color Harmonies of #8DB9ED
Complementary color
Monochromatic Colors of #8DB9ED
Black with #8DB9ED
Text Example
Text Example
White with #8DB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9ED; }
p { color: rgb(141,185,237); }
H1.HeaderClassName
{
color: #8DB9ED;
}
.AnyTagClassName
{
color: #8DB9ED;
}
</style>
background-color css
<style>
a { background-color: #8DB9ED; }
a { background-color: rgb(141,185,237); }
div.DivClassName
{
background-color: #8DB9ED;
}
.BgClassName
{
background-color: #8DB9ED;
}
</style>
border-color css
<style>
span { border-color: #8DB9ED; }
span { border-color: rgb(141,185,237); }
td.TdClassName
{
border-color: #8DB9ED;
}
.TagClassName
{
border-color: #8DB9ED;
}
</style>