Shades of Cornflower #8FBBDA
Tints of Cornflower #8FBBDA
RGB
CMYK
RGB Variations
Color information
#8FBBDA (or 0x8FBBDA) is known color: Cornflower. HEX triplet: 8F, BB and DA. RGB value is (143,187,218). Sum of RGB (Red+Green+Blue) = 143+187+218=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBDA is #704425. Grayscale: #B1B1B1. Windows color (decimal): -7357478 or 14334863. OLE color: 14334863.
HSL color Cylindrical-coordinate representation of color #8FBBDA: hue angle of 204.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBBDA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 187 | 218 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.15 |
| HSL | 204.8º | 0.5% | 0.71% | - |
| HSV(B) | 204.8º | 0.34% | 0.85% | - |
| XYZ | 41.75 | 46.44 | 73.09 | - |
| YUV | 177.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 218 | 0.34 | 0.14 | 0 | 0.15 | 204.8 | 0.5 | 0.71 |
| Hex | 8F | BB | DA | 22 | E | 0 | F | CD | 32 | 47 |
| Octal | 217 | 273 | 332 | 42 | 16 | 0 | 17 | 315 | 62 | 107 |
| Binary | 10001111 | 10111011 | 11011010 | 100010 | 1110 | 0 | 1111 | 11001101 | 110010 | 1000111 |
Color Harmonies of #8FBBDA
Complementary color
Monochromatic Colors of #8FBBDA
Black with #8FBBDA
Text Example
Text Example
White with #8FBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBDA; }
p { color: rgb(143,187,218); }
H1.HeaderClassName
{
color: #8FBBDA;
}
.AnyTagClassName
{
color: #8FBBDA;
}
</style>
background-color css
<style>
a { background-color: #8FBBDA; }
a { background-color: rgb(143,187,218); }
div.DivClassName
{
background-color: #8FBBDA;
}
.BgClassName
{
background-color: #8FBBDA;
}
</style>
border-color css
<style>
span { border-color: #8FBBDA; }
span { border-color: rgb(143,187,218); }
td.TdClassName
{
border-color: #8FBBDA;
}
.TagClassName
{
border-color: #8FBBDA;
}
</style>