Shades of Cornflower #8FBDE5
Tints of Cornflower #8FBDE5
RGB
CMYK
RGB Variations
Color information
#8FBDE5 (or 0x8FBDE5) is known color: Cornflower. HEX triplet: 8F, BD and E5. RGB value is (143,189,229). Sum of RGB (Red+Green+Blue) = 143+189+229=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 189 (74.22% from 255 or 33.69% 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 #8FBDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDE5 is #70421A. Grayscale: #B3B3B3. Windows color (decimal): -7356955 or 15056271. OLE color: 15056271.
HSL color Cylindrical-coordinate representation of color #8FBDE5: hue angle of 207.91º degrees, saturation: 0.62, 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 #8FBDE5 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 189 | 229 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.10 |
| HSL | 207.91º | 0.62% | 0.73% | - |
| HSV(B) | 207.91º | 0.38% | 0.9% | - |
| XYZ | 43.67 | 47.89 | 81.07 | - |
| YUV | 179.81 | 155.76 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 229 | 0.38 | 0.17 | 0 | 0.10 | 207.91 | 0.62 | 0.73 |
| Hex | 8F | BD | E5 | 26 | 11 | 0 | A | D0 | 3E | 49 |
| Octal | 217 | 275 | 345 | 46 | 21 | 0 | 12 | 320 | 76 | 111 |
| Binary | 10001111 | 10111101 | 11100101 | 100110 | 10001 | 0 | 1010 | 11010000 | 111110 | 1001001 |
Color Harmonies of #8FBDE5
Complementary color
Monochromatic Colors of #8FBDE5
Black with #8FBDE5
Text Example
Text Example
White with #8FBDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDE5; }
p { color: rgb(143,189,229); }
H1.HeaderClassName
{
color: #8FBDE5;
}
.AnyTagClassName
{
color: #8FBDE5;
}
</style>
background-color css
<style>
a { background-color: #8FBDE5; }
a { background-color: rgb(143,189,229); }
div.DivClassName
{
background-color: #8FBDE5;
}
.BgClassName
{
background-color: #8FBDE5;
}
</style>
border-color css
<style>
span { border-color: #8FBDE5; }
span { border-color: rgb(143,189,229); }
td.TdClassName
{
border-color: #8FBDE5;
}
.TagClassName
{
border-color: #8FBDE5;
}
</style>