Shades of Cornflower #8FBBEE
Tints of Cornflower #8FBBEE
RGB
CMYK
RGB Variations
Color information
#8FBBEE (or 0x8FBBEE) is known color: Cornflower. HEX triplet: 8F, BB and EE. RGB value is (143,187,238). Sum of RGB (Red+Green+Blue) = 143+187+238=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FBBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBEE is #704411. Grayscale: #B3B3B3. Windows color (decimal): -7357458 or 15645583. OLE color: 15645583.
HSL color Cylindrical-coordinate representation of color #8FBBEE: hue angle of 212.21º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBBEE is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 187 | 238 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.07 |
| HSL | 212.21º | 0.74% | 0.75% | - |
| HSV(B) | 212.21º | 0.4% | 0.93% | - |
| XYZ | 44.53 | 47.55 | 87.72 | - |
| YUV | 179.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 238 | 0.40 | 0.21 | 0 | 0.07 | 212.21 | 0.74 | 0.75 |
| Hex | 8F | BB | EE | 28 | 15 | 0 | 7 | D4 | 4A | 4B |
| Octal | 217 | 273 | 356 | 50 | 25 | 0 | 7 | 324 | 112 | 113 |
| Binary | 10001111 | 10111011 | 11101110 | 101000 | 10101 | 0 | 111 | 11010100 | 1001010 | 1001011 |
Color Harmonies of #8FBBEE
Complementary color
Monochromatic Colors of #8FBBEE
Black with #8FBBEE
Text Example
Text Example
White with #8FBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBEE; }
p { color: rgb(143,187,238); }
H1.HeaderClassName
{
color: #8FBBEE;
}
.AnyTagClassName
{
color: #8FBBEE;
}
</style>
background-color css
<style>
a { background-color: #8FBBEE; }
a { background-color: rgb(143,187,238); }
div.DivClassName
{
background-color: #8FBBEE;
}
.BgClassName
{
background-color: #8FBBEE;
}
</style>
border-color css
<style>
span { border-color: #8FBBEE; }
span { border-color: rgb(143,187,238); }
td.TdClassName
{
border-color: #8FBBEE;
}
.TagClassName
{
border-color: #8FBBEE;
}
</style>