Shades of Cornflower #8FCBEF
Tints of Cornflower #8FCBEF
RGB
CMYK
RGB Variations
Color information
#8FCBEF (or 0x8FCBEF) is known color: Cornflower. HEX triplet: 8F, CB and EF. RGB value is (143,203,239). Sum of RGB (Red+Green+Blue) = 143+203+239=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FCBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBEF is #703410. Grayscale: #BCBCBC. Windows color (decimal): -7353361 or 15715215. OLE color: 15715215.
HSL color Cylindrical-coordinate representation of color #8FCBEF: hue angle of 202.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FCBEF is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 203 | 239 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.06 |
| HSL | 202.5º | 0.75% | 0.75% | - |
| HSV(B) | 202.5º | 0.4% | 0.94% | - |
| XYZ | 48.26 | 54.78 | 89.69 | - |
| YUV | 189.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 239 | 0.40 | 0.15 | 0 | 0.06 | 202.5 | 0.75 | 0.75 |
| Hex | 8F | CB | EF | 28 | F | 0 | 6 | CA | 4B | 4B |
| Octal | 217 | 313 | 357 | 50 | 17 | 0 | 6 | 312 | 113 | 113 |
| Binary | 10001111 | 11001011 | 11101111 | 101000 | 1111 | 0 | 110 | 11001010 | 1001011 | 1001011 |
Color Harmonies of #8FCBEF
Complementary color
Monochromatic Colors of #8FCBEF
Black with #8FCBEF
Text Example
Text Example
White with #8FCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBEF; }
p { color: rgb(143,203,239); }
H1.HeaderClassName
{
color: #8FCBEF;
}
.AnyTagClassName
{
color: #8FCBEF;
}
</style>
background-color css
<style>
a { background-color: #8FCBEF; }
a { background-color: rgb(143,203,239); }
div.DivClassName
{
background-color: #8FCBEF;
}
.BgClassName
{
background-color: #8FCBEF;
}
</style>
border-color css
<style>
span { border-color: #8FCBEF; }
span { border-color: rgb(143,203,239); }
td.TdClassName
{
border-color: #8FCBEF;
}
.TagClassName
{
border-color: #8FCBEF;
}
</style>