Shades of Cornflower #8FBDE8
Tints of Cornflower #8FBDE8
RGB
CMYK
RGB Variations
Color information
#8FBDE8 (or 0x8FBDE8) is known color: Cornflower. HEX triplet: 8F, BD and E8. RGB value is (143,189,232). Sum of RGB (Red+Green+Blue) = 143+189+232=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #8FBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDE8 is #704217. Grayscale: #B3B3B3. Windows color (decimal): -7356952 or 15252879. OLE color: 15252879.
HSL color Cylindrical-coordinate representation of color #8FBDE8: hue angle of 208.99º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBDE8 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 189 | 232 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.09 |
| HSL | 208.99º | 0.66% | 0.74% | - |
| HSV(B) | 208.99º | 0.38% | 0.91% | - |
| XYZ | 44.09 | 48.06 | 83.3 | - |
| YUV | 180.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 232 | 0.38 | 0.19 | 0 | 0.09 | 208.99 | 0.66 | 0.74 |
| Hex | 8F | BD | E8 | 26 | 13 | 0 | 9 | D1 | 42 | 4A |
| Octal | 217 | 275 | 350 | 46 | 23 | 0 | 11 | 321 | 102 | 112 |
| Binary | 10001111 | 10111101 | 11101000 | 100110 | 10011 | 0 | 1001 | 11010001 | 1000010 | 1001010 |
Color Harmonies of #8FBDE8
Complementary color
Monochromatic Colors of #8FBDE8
Black with #8FBDE8
Text Example
Text Example
White with #8FBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDE8; }
p { color: rgb(143,189,232); }
H1.HeaderClassName
{
color: #8FBDE8;
}
.AnyTagClassName
{
color: #8FBDE8;
}
</style>
background-color css
<style>
a { background-color: #8FBDE8; }
a { background-color: rgb(143,189,232); }
div.DivClassName
{
background-color: #8FBDE8;
}
.BgClassName
{
background-color: #8FBDE8;
}
</style>
border-color css
<style>
span { border-color: #8FBDE8; }
span { border-color: rgb(143,189,232); }
td.TdClassName
{
border-color: #8FBDE8;
}
.TagClassName
{
border-color: #8FBDE8;
}
</style>