Shades of Cornflower #8FBEDB
Tints of Cornflower #8FBEDB
RGB
CMYK
RGB Variations
Color information
#8FBEDB (or 0x8FBEDB) is known color: Cornflower. HEX triplet: 8F, BE and DB. RGB value is (143,190,219). Sum of RGB (Red+Green+Blue) = 143+190+219=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEDB is #704124. Grayscale: #B3B3B3. Windows color (decimal): -7356709 or 14401167. OLE color: 14401167.
HSL color Cylindrical-coordinate representation of color #8FBEDB: hue angle of 202.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBEDB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 190 | 219 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.14 |
| HSL | 202.89º | 0.51% | 0.71% | - |
| HSV(B) | 202.89º | 0.35% | 0.86% | - |
| XYZ | 42.53 | 47.78 | 74 | - |
| YUV | 179.25 | 150.43 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 219 | 0.35 | 0.13 | 0 | 0.14 | 202.89 | 0.51 | 0.71 |
| Hex | 8F | BE | DB | 23 | D | 0 | E | CB | 33 | 47 |
| Octal | 217 | 276 | 333 | 43 | 15 | 0 | 16 | 313 | 63 | 107 |
| Binary | 10001111 | 10111110 | 11011011 | 100011 | 1101 | 0 | 1110 | 11001011 | 110011 | 1000111 |
Color Harmonies of #8FBEDB
Complementary color
Monochromatic Colors of #8FBEDB
Black with #8FBEDB
Text Example
Text Example
White with #8FBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEDB; }
p { color: rgb(143,190,219); }
H1.HeaderClassName
{
color: #8FBEDB;
}
.AnyTagClassName
{
color: #8FBEDB;
}
</style>
background-color css
<style>
a { background-color: #8FBEDB; }
a { background-color: rgb(143,190,219); }
div.DivClassName
{
background-color: #8FBEDB;
}
.BgClassName
{
background-color: #8FBEDB;
}
</style>
border-color css
<style>
span { border-color: #8FBEDB; }
span { border-color: rgb(143,190,219); }
td.TdClassName
{
border-color: #8FBEDB;
}
.TagClassName
{
border-color: #8FBEDB;
}
</style>