Shades of Cornflower #8BBDE8
Tints of Cornflower #8BBDE8
RGB
CMYK
RGB Variations
Color information
#8BBDE8 (or 0x8BBDE8) is known color: Cornflower. HEX triplet: 8B, BD and E8. RGB value is (139,189,232). Sum of RGB (Red+Green+Blue) = 139+189+232=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDE8 is #744217. Grayscale: #B2B2B2. Windows color (decimal): -7619096 or 15252875. OLE color: 15252875.
HSL color Cylindrical-coordinate representation of color #8BBDE8: hue angle of 207.74º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BBDE8 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 189 | 232 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.09 |
| HSL | 207.74º | 0.67% | 0.73% | - |
| HSV(B) | 207.74º | 0.4% | 0.91% | - |
| XYZ | 43.41 | 47.71 | 83.26 | - |
| YUV | 178.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 232 | 0.40 | 0.19 | 0 | 0.09 | 207.74 | 0.67 | 0.73 |
| Hex | 8B | BD | E8 | 28 | 13 | 0 | 9 | D0 | 43 | 49 |
| Octal | 213 | 275 | 350 | 50 | 23 | 0 | 11 | 320 | 103 | 111 |
| Binary | 10001011 | 10111101 | 11101000 | 101000 | 10011 | 0 | 1001 | 11010000 | 1000011 | 1001001 |
Color Harmonies of #8BBDE8
Complementary color
Monochromatic Colors of #8BBDE8
Black with #8BBDE8
Text Example
Text Example
White with #8BBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDE8; }
p { color: rgb(139,189,232); }
H1.HeaderClassName
{
color: #8BBDE8;
}
.AnyTagClassName
{
color: #8BBDE8;
}
</style>
background-color css
<style>
a { background-color: #8BBDE8; }
a { background-color: rgb(139,189,232); }
div.DivClassName
{
background-color: #8BBDE8;
}
.BgClassName
{
background-color: #8BBDE8;
}
</style>
border-color css
<style>
span { border-color: #8BBDE8; }
span { border-color: rgb(139,189,232); }
td.TdClassName
{
border-color: #8BBDE8;
}
.TagClassName
{
border-color: #8BBDE8;
}
</style>