Shades of Cornflower #8FCBEC
Tints of Cornflower #8FCBEC
RGB
CMYK
RGB Variations
Color information
#8FCBEC (or 0x8FCBEC) is known color: Cornflower. HEX triplet: 8F, CB and EC. RGB value is (143,203,236). Sum of RGB (Red+Green+Blue) = 143+203+236=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FCBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBEC is #703413. Grayscale: #BCBCBC. Windows color (decimal): -7353364 or 15518607. OLE color: 15518607.
HSL color Cylindrical-coordinate representation of color #8FCBEC: hue angle of 201.29º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FCBEC is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 203 | 236 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.07 |
| HSL | 201.29º | 0.71% | 0.74% | - |
| HSV(B) | 201.29º | 0.39% | 0.93% | - |
| XYZ | 47.82 | 54.61 | 87.38 | - |
| YUV | 188.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 236 | 0.39 | 0.14 | 0 | 0.07 | 201.29 | 0.71 | 0.74 |
| Hex | 8F | CB | EC | 27 | E | 0 | 7 | C9 | 47 | 4A |
| Octal | 217 | 313 | 354 | 47 | 16 | 0 | 7 | 311 | 107 | 112 |
| Binary | 10001111 | 11001011 | 11101100 | 100111 | 1110 | 0 | 111 | 11001001 | 1000111 | 1001010 |
Color Harmonies of #8FCBEC
Complementary color
Monochromatic Colors of #8FCBEC
Black with #8FCBEC
Text Example
Text Example
White with #8FCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBEC; }
p { color: rgb(143,203,236); }
H1.HeaderClassName
{
color: #8FCBEC;
}
.AnyTagClassName
{
color: #8FCBEC;
}
</style>
background-color css
<style>
a { background-color: #8FCBEC; }
a { background-color: rgb(143,203,236); }
div.DivClassName
{
background-color: #8FCBEC;
}
.BgClassName
{
background-color: #8FCBEC;
}
</style>
border-color css
<style>
span { border-color: #8FCBEC; }
span { border-color: rgb(143,203,236); }
td.TdClassName
{
border-color: #8FCBEC;
}
.TagClassName
{
border-color: #8FCBEC;
}
</style>