Shades of Cornflower #8FCAE5
Tints of Cornflower #8FCAE5
RGB
CMYK
RGB Variations
Color information
#8FCAE5 (or 0x8FCAE5) is known color: Cornflower. HEX triplet: 8F, CA and E5. RGB value is (143,202,229). Sum of RGB (Red+Green+Blue) = 143+202+229=574 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.91% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FCAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAE5 is #70351A. Grayscale: #BBBBBB. Windows color (decimal): -7353627 or 15059599. OLE color: 15059599.
HSL color Cylindrical-coordinate representation of color #8FCAE5: hue angle of 198.84º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCAE5 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 202 | 229 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.10 |
| HSL | 198.84º | 0.62% | 0.73% | - |
| HSV(B) | 198.84º | 0.38% | 0.9% | - |
| XYZ | 46.59 | 53.74 | 82.05 | - |
| YUV | 187.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 229 | 0.38 | 0.12 | 0 | 0.10 | 198.84 | 0.62 | 0.73 |
| Hex | 8F | CA | E5 | 26 | C | 0 | A | C7 | 3E | 49 |
| Octal | 217 | 312 | 345 | 46 | 14 | 0 | 12 | 307 | 76 | 111 |
| Binary | 10001111 | 11001010 | 11100101 | 100110 | 1100 | 0 | 1010 | 11000111 | 111110 | 1001001 |
Color Harmonies of #8FCAE5
Complementary color
Monochromatic Colors of #8FCAE5
Black with #8FCAE5
Text Example
Text Example
White with #8FCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAE5; }
p { color: rgb(143,202,229); }
H1.HeaderClassName
{
color: #8FCAE5;
}
.AnyTagClassName
{
color: #8FCAE5;
}
</style>
background-color css
<style>
a { background-color: #8FCAE5; }
a { background-color: rgb(143,202,229); }
div.DivClassName
{
background-color: #8FCAE5;
}
.BgClassName
{
background-color: #8FCAE5;
}
</style>
border-color css
<style>
span { border-color: #8FCAE5; }
span { border-color: rgb(143,202,229); }
td.TdClassName
{
border-color: #8FCAE5;
}
.TagClassName
{
border-color: #8FCAE5;
}
</style>