Shades of Cornflower #8FCAEC
Tints of Cornflower #8FCAEC
RGB
CMYK
RGB Variations
Color information
#8FCAEC (or 0x8FCAEC) is known color: Cornflower. HEX triplet: 8F, CA and EC. RGB value is (143,202,236). Sum of RGB (Red+Green+Blue) = 143+202+236=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FCAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAEC is #703513. Grayscale: #BCBCBC. Windows color (decimal): -7353620 or 15518351. OLE color: 15518351.
HSL color Cylindrical-coordinate representation of color #8FCAEC: hue angle of 201.94º 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 #8FCAEC is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 202 | 236 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.07 |
| HSL | 201.94º | 0.71% | 0.74% | - |
| HSV(B) | 201.94º | 0.39% | 0.93% | - |
| XYZ | 47.59 | 54.14 | 87.3 | - |
| YUV | 188.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 236 | 0.39 | 0.14 | 0 | 0.07 | 201.94 | 0.71 | 0.74 |
| Hex | 8F | CA | EC | 27 | E | 0 | 7 | CA | 47 | 4A |
| Octal | 217 | 312 | 354 | 47 | 16 | 0 | 7 | 312 | 107 | 112 |
| Binary | 10001111 | 11001010 | 11101100 | 100111 | 1110 | 0 | 111 | 11001010 | 1000111 | 1001010 |
Color Harmonies of #8FCAEC
Complementary color
Monochromatic Colors of #8FCAEC
Black with #8FCAEC
Text Example
Text Example
White with #8FCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAEC; }
p { color: rgb(143,202,236); }
H1.HeaderClassName
{
color: #8FCAEC;
}
.AnyTagClassName
{
color: #8FCAEC;
}
</style>
background-color css
<style>
a { background-color: #8FCAEC; }
a { background-color: rgb(143,202,236); }
div.DivClassName
{
background-color: #8FCAEC;
}
.BgClassName
{
background-color: #8FCAEC;
}
</style>
border-color css
<style>
span { border-color: #8FCAEC; }
span { border-color: rgb(143,202,236); }
td.TdClassName
{
border-color: #8FCAEC;
}
.TagClassName
{
border-color: #8FCAEC;
}
</style>