Shades of Cornflower #8DBFE5
Tints of Cornflower #8DBFE5
RGB
CMYK
RGB Variations
Color information
#8DBFE5 (or 0x8DBFE5) is known color: Cornflower. HEX triplet: 8D, BF and E5. RGB value is (141,191,229). Sum of RGB (Red+Green+Blue) = 141+191+229=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DBFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFE5 is #72401A. Grayscale: #B4B4B4. Windows color (decimal): -7487515 or 15056781. OLE color: 15056781.
HSL color Cylindrical-coordinate representation of color #8DBFE5: hue angle of 205.91º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DBFE5 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 191 | 229 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.10 |
| HSL | 205.91º | 0.63% | 0.73% | - |
| HSV(B) | 205.91º | 0.38% | 0.9% | - |
| XYZ | 43.76 | 48.58 | 81.2 | - |
| YUV | 180.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 229 | 0.38 | 0.17 | 0 | 0.10 | 205.91 | 0.63 | 0.73 |
| Hex | 8D | BF | E5 | 26 | 11 | 0 | A | CE | 3F | 49 |
| Octal | 215 | 277 | 345 | 46 | 21 | 0 | 12 | 316 | 77 | 111 |
| Binary | 10001101 | 10111111 | 11100101 | 100110 | 10001 | 0 | 1010 | 11001110 | 111111 | 1001001 |
Color Harmonies of #8DBFE5
Complementary color
Monochromatic Colors of #8DBFE5
Black with #8DBFE5
Text Example
Text Example
White with #8DBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFE5; }
p { color: rgb(141,191,229); }
H1.HeaderClassName
{
color: #8DBFE5;
}
.AnyTagClassName
{
color: #8DBFE5;
}
</style>
background-color css
<style>
a { background-color: #8DBFE5; }
a { background-color: rgb(141,191,229); }
div.DivClassName
{
background-color: #8DBFE5;
}
.BgClassName
{
background-color: #8DBFE5;
}
</style>
border-color css
<style>
span { border-color: #8DBFE5; }
span { border-color: rgb(141,191,229); }
td.TdClassName
{
border-color: #8DBFE5;
}
.TagClassName
{
border-color: #8DBFE5;
}
</style>