Shades of Cornflower #8BBFED
Tints of Cornflower #8BBFED
RGB
CMYK
RGB Variations
Color information
#8BBFED (or 0x8BBFED) is known color: Cornflower. HEX triplet: 8B, BF and ED. RGB value is (139,191,237). Sum of RGB (Red+Green+Blue) = 139+191+237=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBFED is #744012. Grayscale: #B4B4B4. Windows color (decimal): -7618579 or 15581067. OLE color: 15581067.
HSL color Cylindrical-coordinate representation of color #8BBFED: hue angle of 208.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BBFED is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 191 | 237 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.07 |
| HSL | 208.16º | 0.73% | 0.74% | - |
| HSV(B) | 208.16º | 0.41% | 0.93% | - |
| XYZ | 44.56 | 48.87 | 87.2 | - |
| YUV | 180.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 237 | 0.41 | 0.19 | 0 | 0.07 | 208.16 | 0.73 | 0.74 |
| Hex | 8B | BF | ED | 29 | 13 | 0 | 7 | D0 | 49 | 4A |
| Octal | 213 | 277 | 355 | 51 | 23 | 0 | 7 | 320 | 111 | 112 |
| Binary | 10001011 | 10111111 | 11101101 | 101001 | 10011 | 0 | 111 | 11010000 | 1001001 | 1001010 |
Color Harmonies of #8BBFED
Complementary color
Monochromatic Colors of #8BBFED
Black with #8BBFED
Text Example
Text Example
White with #8BBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFED; }
p { color: rgb(139,191,237); }
H1.HeaderClassName
{
color: #8BBFED;
}
.AnyTagClassName
{
color: #8BBFED;
}
</style>
background-color css
<style>
a { background-color: #8BBFED; }
a { background-color: rgb(139,191,237); }
div.DivClassName
{
background-color: #8BBFED;
}
.BgClassName
{
background-color: #8BBFED;
}
</style>
border-color css
<style>
span { border-color: #8BBFED; }
span { border-color: rgb(139,191,237); }
td.TdClassName
{
border-color: #8BBFED;
}
.TagClassName
{
border-color: #8BBFED;
}
</style>