Shades of Cornflower #8CBBED
Tints of Cornflower #8CBBED
RGB
CMYK
RGB Variations
Color information
#8CBBED (or 0x8CBBED) is known color: Cornflower. HEX triplet: 8C, BB and ED. RGB value is (140,187,237). Sum of RGB (Red+Green+Blue) = 140+187+237=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBBED is #734412. Grayscale: #B2B2B2. Windows color (decimal): -7554067 or 15580044. OLE color: 15580044.
HSL color Cylindrical-coordinate representation of color #8CBBED: hue angle of 210.93º 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 #8CBBED is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 187 | 237 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.07 |
| HSL | 210.93º | 0.73% | 0.74% | - |
| HSV(B) | 210.93º | 0.41% | 0.93% | - |
| XYZ | 43.87 | 47.23 | 86.92 | - |
| YUV | 178.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 237 | 0.41 | 0.21 | 0 | 0.07 | 210.93 | 0.73 | 0.74 |
| Hex | 8C | BB | ED | 29 | 15 | 0 | 7 | D3 | 49 | 4A |
| Octal | 214 | 273 | 355 | 51 | 25 | 0 | 7 | 323 | 111 | 112 |
| Binary | 10001100 | 10111011 | 11101101 | 101001 | 10101 | 0 | 111 | 11010011 | 1001001 | 1001010 |
Color Harmonies of #8CBBED
Complementary color
Monochromatic Colors of #8CBBED
Black with #8CBBED
Text Example
Text Example
White with #8CBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBED; }
p { color: rgb(140,187,237); }
H1.HeaderClassName
{
color: #8CBBED;
}
.AnyTagClassName
{
color: #8CBBED;
}
</style>
background-color css
<style>
a { background-color: #8CBBED; }
a { background-color: rgb(140,187,237); }
div.DivClassName
{
background-color: #8CBBED;
}
.BgClassName
{
background-color: #8CBBED;
}
</style>
border-color css
<style>
span { border-color: #8CBBED; }
span { border-color: rgb(140,187,237); }
td.TdClassName
{
border-color: #8CBBED;
}
.TagClassName
{
border-color: #8CBBED;
}
</style>