Shades of Cornflower #8DBFEF
Tints of Cornflower #8DBFEF
RGB
CMYK
RGB Variations
Color information
#8DBFEF (or 0x8DBFEF) is known color: Cornflower. HEX triplet: 8D, BF and EF. RGB value is (141,191,239). Sum of RGB (Red+Green+Blue) = 141+191+239=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DBFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFEF is #724010. Grayscale: #B5B5B5. Windows color (decimal): -7487505 or 15712141. OLE color: 15712141.
HSL color Cylindrical-coordinate representation of color #8DBFEF: hue angle of 209.39º 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 #8DBFEF is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 191 | 239 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.06 |
| HSL | 209.39º | 0.75% | 0.75% | - |
| HSV(B) | 209.39º | 0.41% | 0.94% | - |
| XYZ | 45.2 | 49.16 | 88.77 | - |
| YUV | 181.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 239 | 0.41 | 0.20 | 0 | 0.06 | 209.39 | 0.75 | 0.75 |
| Hex | 8D | BF | EF | 29 | 14 | 0 | 6 | D1 | 4B | 4B |
| Octal | 215 | 277 | 357 | 51 | 24 | 0 | 6 | 321 | 113 | 113 |
| Binary | 10001101 | 10111111 | 11101111 | 101001 | 10100 | 0 | 110 | 11010001 | 1001011 | 1001011 |
Color Harmonies of #8DBFEF
Complementary color
Monochromatic Colors of #8DBFEF
Black with #8DBFEF
Text Example
Text Example
White with #8DBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFEF; }
p { color: rgb(141,191,239); }
H1.HeaderClassName
{
color: #8DBFEF;
}
.AnyTagClassName
{
color: #8DBFEF;
}
</style>
background-color css
<style>
a { background-color: #8DBFEF; }
a { background-color: rgb(141,191,239); }
div.DivClassName
{
background-color: #8DBFEF;
}
.BgClassName
{
background-color: #8DBFEF;
}
</style>
border-color css
<style>
span { border-color: #8DBFEF; }
span { border-color: rgb(141,191,239); }
td.TdClassName
{
border-color: #8DBFEF;
}
.TagClassName
{
border-color: #8DBFEF;
}
</style>