Shades of Cornflower #8CBBE0
Tints of Cornflower #8CBBE0
RGB
CMYK
RGB Variations
Color information
#8CBBE0 (or 0x8CBBE0) is known color: Cornflower. HEX triplet: 8C, BB and E0. RGB value is (140,187,224). Sum of RGB (Red+Green+Blue) = 140+187+224=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBE0 is #73441F. Grayscale: #B0B0B0. Windows color (decimal): -7554080 or 14728076. OLE color: 14728076.
HSL color Cylindrical-coordinate representation of color #8CBBE0: hue angle of 206.43º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CBBE0 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 187 | 224 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.12 |
| HSL | 206.43º | 0.58% | 0.71% | - |
| HSV(B) | 206.43º | 0.38% | 0.88% | - |
| XYZ | 42.04 | 46.5 | 77.28 | - |
| YUV | 177.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 224 | 0.38 | 0.17 | 0 | 0.12 | 206.43 | 0.58 | 0.71 |
| Hex | 8C | BB | E0 | 26 | 11 | 0 | C | CE | 3A | 47 |
| Octal | 214 | 273 | 340 | 46 | 21 | 0 | 14 | 316 | 72 | 107 |
| Binary | 10001100 | 10111011 | 11100000 | 100110 | 10001 | 0 | 1100 | 11001110 | 111010 | 1000111 |
Color Harmonies of #8CBBE0
Complementary color
Monochromatic Colors of #8CBBE0
Black with #8CBBE0
Text Example
Text Example
White with #8CBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBE0; }
p { color: rgb(140,187,224); }
H1.HeaderClassName
{
color: #8CBBE0;
}
.AnyTagClassName
{
color: #8CBBE0;
}
</style>
background-color css
<style>
a { background-color: #8CBBE0; }
a { background-color: rgb(140,187,224); }
div.DivClassName
{
background-color: #8CBBE0;
}
.BgClassName
{
background-color: #8CBBE0;
}
</style>
border-color css
<style>
span { border-color: #8CBBE0; }
span { border-color: rgb(140,187,224); }
td.TdClassName
{
border-color: #8CBBE0;
}
.TagClassName
{
border-color: #8CBBE0;
}
</style>