Shades of Cornflower #8BC0EE
Tints of Cornflower #8BC0EE
RGB
CMYK
RGB Variations
Color information
#8BC0EE (or 0x8BC0EE) is known color: Cornflower. HEX triplet: 8B, C0 and EE. RGB value is (139,192,238). Sum of RGB (Red+Green+Blue) = 139+192+238=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC0EE is #743F11. Grayscale: #B5B5B5. Windows color (decimal): -7618322 or 15646859. OLE color: 15646859.
HSL color Cylindrical-coordinate representation of color #8BC0EE: hue angle of 207.88º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BC0EE is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 192 | 238 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.07 |
| HSL | 207.88º | 0.74% | 0.74% | - |
| HSV(B) | 207.88º | 0.42% | 0.93% | - |
| XYZ | 44.93 | 49.36 | 88.05 | - |
| YUV | 181.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 238 | 0.42 | 0.19 | 0 | 0.07 | 207.88 | 0.74 | 0.74 |
| Hex | 8B | C0 | EE | 2A | 13 | 0 | 7 | D0 | 4A | 4A |
| Octal | 213 | 300 | 356 | 52 | 23 | 0 | 7 | 320 | 112 | 112 |
| Binary | 10001011 | 11000000 | 11101110 | 101010 | 10011 | 0 | 111 | 11010000 | 1001010 | 1001010 |
Color Harmonies of #8BC0EE
Complementary color
Monochromatic Colors of #8BC0EE
Black with #8BC0EE
Text Example
Text Example
White with #8BC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC0EE; }
p { color: rgb(139,192,238); }
H1.HeaderClassName
{
color: #8BC0EE;
}
.AnyTagClassName
{
color: #8BC0EE;
}
</style>
background-color css
<style>
a { background-color: #8BC0EE; }
a { background-color: rgb(139,192,238); }
div.DivClassName
{
background-color: #8BC0EE;
}
.BgClassName
{
background-color: #8BC0EE;
}
</style>
border-color css
<style>
span { border-color: #8BC0EE; }
span { border-color: rgb(139,192,238); }
td.TdClassName
{
border-color: #8BC0EE;
}
.TagClassName
{
border-color: #8BC0EE;
}
</style>