Shades of Cornflower #8DBEED
Tints of Cornflower #8DBEED
RGB
CMYK
RGB Variations
Color information
#8DBEED (or 0x8DBEED) is known color: Cornflower. HEX triplet: 8D, BE and ED. RGB value is (141,190,237). Sum of RGB (Red+Green+Blue) = 141+190+237=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DBEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEED is #724112. Grayscale: #B4B4B4. Windows color (decimal): -7487763 or 15580813. OLE color: 15580813.
HSL color Cylindrical-coordinate representation of color #8DBEED: hue angle of 209.38º 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 #8DBEED is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 190 | 237 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.07 |
| HSL | 209.38º | 0.73% | 0.74% | - |
| HSV(B) | 209.38º | 0.41% | 0.93% | - |
| XYZ | 44.68 | 48.6 | 87.15 | - |
| YUV | 180.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 237 | 0.41 | 0.20 | 0 | 0.07 | 209.38 | 0.73 | 0.74 |
| Hex | 8D | BE | ED | 29 | 14 | 0 | 7 | D1 | 49 | 4A |
| Octal | 215 | 276 | 355 | 51 | 24 | 0 | 7 | 321 | 111 | 112 |
| Binary | 10001101 | 10111110 | 11101101 | 101001 | 10100 | 0 | 111 | 11010001 | 1001001 | 1001010 |
Color Harmonies of #8DBEED
Complementary color
Monochromatic Colors of #8DBEED
Black with #8DBEED
Text Example
Text Example
White with #8DBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEED; }
p { color: rgb(141,190,237); }
H1.HeaderClassName
{
color: #8DBEED;
}
.AnyTagClassName
{
color: #8DBEED;
}
</style>
background-color css
<style>
a { background-color: #8DBEED; }
a { background-color: rgb(141,190,237); }
div.DivClassName
{
background-color: #8DBEED;
}
.BgClassName
{
background-color: #8DBEED;
}
</style>
border-color css
<style>
span { border-color: #8DBEED; }
span { border-color: rgb(141,190,237); }
td.TdClassName
{
border-color: #8DBEED;
}
.TagClassName
{
border-color: #8DBEED;
}
</style>