Shades of Cornflower #8DBDEF
Tints of Cornflower #8DBDEF
RGB
CMYK
RGB Variations
Color information
#8DBDEF (or 0x8DBDEF) is known color: Cornflower. HEX triplet: 8D, BD and EF. RGB value is (141,189,239). Sum of RGB (Red+Green+Blue) = 141+189+239=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDEF is #724210. Grayscale: #B4B4B4. Windows color (decimal): -7488017 or 15711629. OLE color: 15711629.
HSL color Cylindrical-coordinate representation of color #8DBDEF: hue angle of 210.61º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBDEF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 189 | 239 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.06 |
| HSL | 210.61º | 0.75% | 0.75% | - |
| HSV(B) | 210.61º | 0.41% | 0.94% | - |
| XYZ | 44.76 | 48.29 | 88.62 | - |
| YUV | 180.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 239 | 0.41 | 0.21 | 0 | 0.06 | 210.61 | 0.75 | 0.75 |
| Hex | 8D | BD | EF | 29 | 15 | 0 | 6 | D3 | 4B | 4B |
| Octal | 215 | 275 | 357 | 51 | 25 | 0 | 6 | 323 | 113 | 113 |
| Binary | 10001101 | 10111101 | 11101111 | 101001 | 10101 | 0 | 110 | 11010011 | 1001011 | 1001011 |
Color Harmonies of #8DBDEF
Complementary color
Monochromatic Colors of #8DBDEF
Black with #8DBDEF
Text Example
Text Example
White with #8DBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDEF; }
p { color: rgb(141,189,239); }
H1.HeaderClassName
{
color: #8DBDEF;
}
.AnyTagClassName
{
color: #8DBDEF;
}
</style>
background-color css
<style>
a { background-color: #8DBDEF; }
a { background-color: rgb(141,189,239); }
div.DivClassName
{
background-color: #8DBDEF;
}
.BgClassName
{
background-color: #8DBDEF;
}
</style>
border-color css
<style>
span { border-color: #8DBDEF; }
span { border-color: rgb(141,189,239); }
td.TdClassName
{
border-color: #8DBDEF;
}
.TagClassName
{
border-color: #8DBDEF;
}
</style>