Shades of Cornflower #8CBDE2
Tints of Cornflower #8CBDE2
RGB
CMYK
RGB Variations
Color information
#8CBDE2 (or 0x8CBDE2) is known color: Cornflower. HEX triplet: 8C, BD and E2. RGB value is (140,189,226). Sum of RGB (Red+Green+Blue) = 140+189+226=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 226 - color contains mainly: blue. Hex color #8CBDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDE2 is #73421D. Grayscale: #B2B2B2. Windows color (decimal): -7553566 or 14859660. OLE color: 14859660.
HSL color Cylindrical-coordinate representation of color #8CBDE2: hue angle of 205.81º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CBDE2 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 189 | 226 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.11 |
| HSL | 205.81º | 0.6% | 0.72% | - |
| HSV(B) | 205.81º | 0.38% | 0.89% | - |
| XYZ | 42.74 | 47.46 | 78.86 | - |
| YUV | 178.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 226 | 0.38 | 0.16 | 0 | 0.11 | 205.81 | 0.6 | 0.72 |
| Hex | 8C | BD | E2 | 26 | 10 | 0 | B | CE | 3C | 48 |
| Octal | 214 | 275 | 342 | 46 | 20 | 0 | 13 | 316 | 74 | 110 |
| Binary | 10001100 | 10111101 | 11100010 | 100110 | 10000 | 0 | 1011 | 11001110 | 111100 | 1001000 |
Color Harmonies of #8CBDE2
Complementary color
Monochromatic Colors of #8CBDE2
Black with #8CBDE2
Text Example
Text Example
White with #8CBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDE2; }
p { color: rgb(140,189,226); }
H1.HeaderClassName
{
color: #8CBDE2;
}
.AnyTagClassName
{
color: #8CBDE2;
}
</style>
background-color css
<style>
a { background-color: #8CBDE2; }
a { background-color: rgb(140,189,226); }
div.DivClassName
{
background-color: #8CBDE2;
}
.BgClassName
{
background-color: #8CBDE2;
}
</style>
border-color css
<style>
span { border-color: #8CBDE2; }
span { border-color: rgb(140,189,226); }
td.TdClassName
{
border-color: #8CBDE2;
}
.TagClassName
{
border-color: #8CBDE2;
}
</style>