Shades of Cornflower #8BC2EB
Tints of Cornflower #8BC2EB
RGB
CMYK
RGB Variations
Color information
#8BC2EB (or 0x8BC2EB) is known color: Cornflower. HEX triplet: 8B, C2 and EB. RGB value is (139,194,235). Sum of RGB (Red+Green+Blue) = 139+194+235=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC2EB is #743D14. Grayscale: #B6B6B6. Windows color (decimal): -7617813 or 15450763. OLE color: 15450763.
HSL color Cylindrical-coordinate representation of color #8BC2EB: hue angle of 205.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BC2EB is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 194 | 235 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.08 |
| HSL | 205.63º | 0.71% | 0.73% | - |
| HSV(B) | 205.63º | 0.41% | 0.92% | - |
| XYZ | 44.93 | 50.07 | 85.89 | - |
| YUV | 182.23 | 157.78 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 235 | 0.41 | 0.17 | 0 | 0.08 | 205.63 | 0.71 | 0.73 |
| Hex | 8B | C2 | EB | 29 | 11 | 0 | 8 | CE | 47 | 49 |
| Octal | 213 | 302 | 353 | 51 | 21 | 0 | 10 | 316 | 107 | 111 |
| Binary | 10001011 | 11000010 | 11101011 | 101001 | 10001 | 0 | 1000 | 11001110 | 1000111 | 1001001 |
Color Harmonies of #8BC2EB
Complementary color
Monochromatic Colors of #8BC2EB
Black with #8BC2EB
Text Example
Text Example
White with #8BC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC2EB; }
p { color: rgb(139,194,235); }
H1.HeaderClassName
{
color: #8BC2EB;
}
.AnyTagClassName
{
color: #8BC2EB;
}
</style>
background-color css
<style>
a { background-color: #8BC2EB; }
a { background-color: rgb(139,194,235); }
div.DivClassName
{
background-color: #8BC2EB;
}
.BgClassName
{
background-color: #8BC2EB;
}
</style>
border-color css
<style>
span { border-color: #8BC2EB; }
span { border-color: rgb(139,194,235); }
td.TdClassName
{
border-color: #8BC2EB;
}
.TagClassName
{
border-color: #8BC2EB;
}
</style>