Shades of Cornflower #8BBCEE
Tints of Cornflower #8BBCEE
RGB
CMYK
RGB Variations
Color information
#8BBCEE (or 0x8BBCEE) is known color: Cornflower. HEX triplet: 8B, BC and EE. RGB value is (139,188,238). Sum of RGB (Red+Green+Blue) = 139+188+238=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BBCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCEE is #744311. Grayscale: #B2B2B2. Windows color (decimal): -7619346 or 15645835. OLE color: 15645835.
HSL color Cylindrical-coordinate representation of color #8BBCEE: hue angle of 210.3º 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 #8BBCEE is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 188 | 238 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.07 |
| HSL | 210.3º | 0.74% | 0.74% | - |
| HSV(B) | 210.3º | 0.42% | 0.93% | - |
| XYZ | 44.06 | 47.63 | 87.76 | - |
| YUV | 179.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 238 | 0.42 | 0.21 | 0 | 0.07 | 210.3 | 0.74 | 0.74 |
| Hex | 8B | BC | EE | 2A | 15 | 0 | 7 | D2 | 4A | 4A |
| Octal | 213 | 274 | 356 | 52 | 25 | 0 | 7 | 322 | 112 | 112 |
| Binary | 10001011 | 10111100 | 11101110 | 101010 | 10101 | 0 | 111 | 11010010 | 1001010 | 1001010 |
Color Harmonies of #8BBCEE
Complementary color
Monochromatic Colors of #8BBCEE
Black with #8BBCEE
Text Example
Text Example
White with #8BBCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCEE; }
p { color: rgb(139,188,238); }
H1.HeaderClassName
{
color: #8BBCEE;
}
.AnyTagClassName
{
color: #8BBCEE;
}
</style>
background-color css
<style>
a { background-color: #8BBCEE; }
a { background-color: rgb(139,188,238); }
div.DivClassName
{
background-color: #8BBCEE;
}
.BgClassName
{
background-color: #8BBCEE;
}
</style>
border-color css
<style>
span { border-color: #8BBCEE; }
span { border-color: rgb(139,188,238); }
td.TdClassName
{
border-color: #8BBCEE;
}
.TagClassName
{
border-color: #8BBCEE;
}
</style>