Shades of Cornflower #8FBDDD
Tints of Cornflower #8FBDDD
RGB
CMYK
RGB Variations
Color information
#8FBDDD (or 0x8FBDDD) is known color: Cornflower. HEX triplet: 8F, BD and DD. RGB value is (143,189,221). Sum of RGB (Red+Green+Blue) = 143+189+221=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDDD is #704222. Grayscale: #B2B2B2. Windows color (decimal): -7356963 or 14531983. OLE color: 14531983.
HSL color Cylindrical-coordinate representation of color #8FBDDD: hue angle of 204.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBDDD is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 189 | 221 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.13 |
| HSL | 204.62º | 0.53% | 0.71% | - |
| HSV(B) | 204.62º | 0.35% | 0.87% | - |
| XYZ | 42.58 | 47.46 | 75.32 | - |
| YUV | 178.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 221 | 0.35 | 0.14 | 0 | 0.13 | 204.62 | 0.53 | 0.71 |
| Hex | 8F | BD | DD | 23 | E | 0 | D | CD | 35 | 47 |
| Octal | 217 | 275 | 335 | 43 | 16 | 0 | 15 | 315 | 65 | 107 |
| Binary | 10001111 | 10111101 | 11011101 | 100011 | 1110 | 0 | 1101 | 11001101 | 110101 | 1000111 |
Color Harmonies of #8FBDDD
Complementary color
Monochromatic Colors of #8FBDDD
Black with #8FBDDD
Text Example
Text Example
White with #8FBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDDD; }
p { color: rgb(143,189,221); }
H1.HeaderClassName
{
color: #8FBDDD;
}
.AnyTagClassName
{
color: #8FBDDD;
}
</style>
background-color css
<style>
a { background-color: #8FBDDD; }
a { background-color: rgb(143,189,221); }
div.DivClassName
{
background-color: #8FBDDD;
}
.BgClassName
{
background-color: #8FBDDD;
}
</style>
border-color css
<style>
span { border-color: #8FBDDD; }
span { border-color: rgb(143,189,221); }
td.TdClassName
{
border-color: #8FBDDD;
}
.TagClassName
{
border-color: #8FBDDD;
}
</style>