Shades of Cornflower #8CC9F0
Tints of Cornflower #8CC9F0
RGB
CMYK
RGB Variations
Color information
#8CC9F0 (or 0x8CC9F0) is known color: Cornflower. HEX triplet: 8C, C9 and F0. RGB value is (140,201,240). Sum of RGB (Red+Green+Blue) = 140+201+240=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #8CC9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC9F0 is #73360F. Grayscale: #BABABA. Windows color (decimal): -7550480 or 15780236. OLE color: 15780236.
HSL color Cylindrical-coordinate representation of color #8CC9F0: hue angle of 203.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CC9F0 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 201 | 240 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.06 |
| HSL | 203.4º | 0.77% | 0.75% | - |
| HSV(B) | 203.4º | 0.42% | 0.94% | - |
| XYZ | 47.43 | 53.64 | 90.29 | - |
| YUV | 187.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 240 | 0.42 | 0.16 | 0 | 0.06 | 203.4 | 0.77 | 0.75 |
| Hex | 8C | C9 | F0 | 2A | 10 | 0 | 6 | CB | 4D | 4B |
| Octal | 214 | 311 | 360 | 52 | 20 | 0 | 6 | 313 | 115 | 113 |
| Binary | 10001100 | 11001001 | 11110000 | 101010 | 10000 | 0 | 110 | 11001011 | 1001101 | 1001011 |
Color Harmonies of #8CC9F0
Complementary color
Monochromatic Colors of #8CC9F0
Black with #8CC9F0
Text Example
Text Example
White with #8CC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC9F0; }
p { color: rgb(140,201,240); }
H1.HeaderClassName
{
color: #8CC9F0;
}
.AnyTagClassName
{
color: #8CC9F0;
}
</style>
background-color css
<style>
a { background-color: #8CC9F0; }
a { background-color: rgb(140,201,240); }
div.DivClassName
{
background-color: #8CC9F0;
}
.BgClassName
{
background-color: #8CC9F0;
}
</style>
border-color css
<style>
span { border-color: #8CC9F0; }
span { border-color: rgb(140,201,240); }
td.TdClassName
{
border-color: #8CC9F0;
}
.TagClassName
{
border-color: #8CC9F0;
}
</style>