Shades of Cornflower #8BBEEC
Tints of Cornflower #8BBEEC
RGB
CMYK
RGB Variations
Color information
#8BBEEC (or 0x8BBEEC) is known color: Cornflower. HEX triplet: 8B, BE and EC. RGB value is (139,190,236). Sum of RGB (Red+Green+Blue) = 139+190+236=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BBEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBEEC is #744113. Grayscale: #B3B3B3. Windows color (decimal): -7618836 or 15515275. OLE color: 15515275.
HSL color Cylindrical-coordinate representation of color #8BBEEC: hue angle of 208.45º degrees, saturation: 0.72, 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 #8BBEEC is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 190 | 236 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.07 |
| HSL | 208.45º | 0.72% | 0.74% | - |
| HSV(B) | 208.45º | 0.41% | 0.93% | - |
| XYZ | 44.2 | 48.37 | 86.36 | - |
| YUV | 180 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 236 | 0.41 | 0.19 | 0 | 0.07 | 208.45 | 0.72 | 0.74 |
| Hex | 8B | BE | EC | 29 | 13 | 0 | 7 | D0 | 48 | 4A |
| Octal | 213 | 276 | 354 | 51 | 23 | 0 | 7 | 320 | 110 | 112 |
| Binary | 10001011 | 10111110 | 11101100 | 101001 | 10011 | 0 | 111 | 11010000 | 1001000 | 1001010 |
Color Harmonies of #8BBEEC
Complementary color
Monochromatic Colors of #8BBEEC
Black with #8BBEEC
Text Example
Text Example
White with #8BBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEEC; }
p { color: rgb(139,190,236); }
H1.HeaderClassName
{
color: #8BBEEC;
}
.AnyTagClassName
{
color: #8BBEEC;
}
</style>
background-color css
<style>
a { background-color: #8BBEEC; }
a { background-color: rgb(139,190,236); }
div.DivClassName
{
background-color: #8BBEEC;
}
.BgClassName
{
background-color: #8BBEEC;
}
</style>
border-color css
<style>
span { border-color: #8BBEEC; }
span { border-color: rgb(139,190,236); }
td.TdClassName
{
border-color: #8BBEEC;
}
.TagClassName
{
border-color: #8BBEEC;
}
</style>