Shades of Cornflower #8FBDEB
Tints of Cornflower #8FBDEB
RGB
CMYK
RGB Variations
Color information
#8FBDEB (or 0x8FBDEB) is known color: Cornflower. HEX triplet: 8F, BD and EB. RGB value is (143,189,235). Sum of RGB (Red+Green+Blue) = 143+189+235=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FBDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDEB is #704214. Grayscale: #B4B4B4. Windows color (decimal): -7356949 or 15449487. OLE color: 15449487.
HSL color Cylindrical-coordinate representation of color #8FBDEB: hue angle of 210º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBDEB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 189 | 235 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.08 |
| HSL | 210º | 0.7% | 0.74% | - |
| HSV(B) | 210º | 0.39% | 0.92% | - |
| XYZ | 44.52 | 48.23 | 85.56 | - |
| YUV | 180.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 235 | 0.39 | 0.20 | 0 | 0.08 | 210 | 0.7 | 0.74 |
| Hex | 8F | BD | EB | 27 | 14 | 0 | 8 | D2 | 46 | 4A |
| Octal | 217 | 275 | 353 | 47 | 24 | 0 | 10 | 322 | 106 | 112 |
| Binary | 10001111 | 10111101 | 11101011 | 100111 | 10100 | 0 | 1000 | 11010010 | 1000110 | 1001010 |
Color Harmonies of #8FBDEB
Complementary color
Monochromatic Colors of #8FBDEB
Black with #8FBDEB
Text Example
Text Example
White with #8FBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDEB; }
p { color: rgb(143,189,235); }
H1.HeaderClassName
{
color: #8FBDEB;
}
.AnyTagClassName
{
color: #8FBDEB;
}
</style>
background-color css
<style>
a { background-color: #8FBDEB; }
a { background-color: rgb(143,189,235); }
div.DivClassName
{
background-color: #8FBDEB;
}
.BgClassName
{
background-color: #8FBDEB;
}
</style>
border-color css
<style>
span { border-color: #8FBDEB; }
span { border-color: rgb(143,189,235); }
td.TdClassName
{
border-color: #8FBDEB;
}
.TagClassName
{
border-color: #8FBDEB;
}
</style>