Shades of Cornflower #8FC3DF
Tints of Cornflower #8FC3DF
RGB
CMYK
RGB Variations
Color information
#8FC3DF (or 0x8FC3DF) is known color: Cornflower. HEX triplet: 8F, C3 and DF. RGB value is (143,195,223). Sum of RGB (Red+Green+Blue) = 143+195+223=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC3DF is #703C20. Grayscale: #B6B6B6. Windows color (decimal): -7355425 or 14664591. OLE color: 14664591.
HSL color Cylindrical-coordinate representation of color #8FC3DF: hue angle of 201º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FC3DF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 195 | 223 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.13 |
| HSL | 201º | 0.56% | 0.72% | - |
| HSV(B) | 201º | 0.36% | 0.87% | - |
| XYZ | 44.16 | 50.2 | 77.17 | - |
| YUV | 182.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 223 | 0.36 | 0.13 | 0 | 0.13 | 201 | 0.56 | 0.72 |
| Hex | 8F | C3 | DF | 24 | D | 0 | D | C9 | 38 | 48 |
| Octal | 217 | 303 | 337 | 44 | 15 | 0 | 15 | 311 | 70 | 110 |
| Binary | 10001111 | 11000011 | 11011111 | 100100 | 1101 | 0 | 1101 | 11001001 | 111000 | 1001000 |
Color Harmonies of #8FC3DF
Complementary color
Monochromatic Colors of #8FC3DF
Black with #8FC3DF
Text Example
Text Example
White with #8FC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC3DF; }
p { color: rgb(143,195,223); }
H1.HeaderClassName
{
color: #8FC3DF;
}
.AnyTagClassName
{
color: #8FC3DF;
}
</style>
background-color css
<style>
a { background-color: #8FC3DF; }
a { background-color: rgb(143,195,223); }
div.DivClassName
{
background-color: #8FC3DF;
}
.BgClassName
{
background-color: #8FC3DF;
}
</style>
border-color css
<style>
span { border-color: #8FC3DF; }
span { border-color: rgb(143,195,223); }
td.TdClassName
{
border-color: #8FC3DF;
}
.TagClassName
{
border-color: #8FC3DF;
}
</style>