Shades of Cornflower #8FCEEF
Tints of Cornflower #8FCEEF
RGB
CMYK
RGB Variations
Color information
#8FCEEF (or 0x8FCEEF) is known color: Cornflower. HEX triplet: 8F, CE and EF. RGB value is (143,206,239). Sum of RGB (Red+Green+Blue) = 143+206+239=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCEEF is #703110. Grayscale: #BEBEBE. Windows color (decimal): -7352593 or 15715983. OLE color: 15715983.
HSL color Cylindrical-coordinate representation of color #8FCEEF: hue angle of 200.62º 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 #8FCEEF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 206 | 239 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.06 |
| HSL | 200.63º | 0.75% | 0.75% | - |
| HSV(B) | 200.63º | 0.4% | 0.94% | - |
| XYZ | 48.98 | 56.21 | 89.93 | - |
| YUV | 190.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 239 | 0.40 | 0.14 | 0 | 0.06 | 200.63 | 0.75 | 0.75 |
| Hex | 8F | CE | EF | 28 | E | 0 | 6 | C9 | 4B | 4B |
| Octal | 217 | 316 | 357 | 50 | 16 | 0 | 6 | 311 | 113 | 113 |
| Binary | 10001111 | 11001110 | 11101111 | 101000 | 1110 | 0 | 110 | 11001001 | 1001011 | 1001011 |
Color Harmonies of #8FCEEF
Complementary color
Monochromatic Colors of #8FCEEF
Black with #8FCEEF
Text Example
Text Example
White with #8FCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEEF; }
p { color: rgb(143,206,239); }
H1.HeaderClassName
{
color: #8FCEEF;
}
.AnyTagClassName
{
color: #8FCEEF;
}
</style>
background-color css
<style>
a { background-color: #8FCEEF; }
a { background-color: rgb(143,206,239); }
div.DivClassName
{
background-color: #8FCEEF;
}
.BgClassName
{
background-color: #8FCEEF;
}
</style>
border-color css
<style>
span { border-color: #8FCEEF; }
span { border-color: rgb(143,206,239); }
td.TdClassName
{
border-color: #8FCEEF;
}
.TagClassName
{
border-color: #8FCEEF;
}
</style>