Shades of Cornflower #8FC5DE
Tints of Cornflower #8FC5DE
RGB
CMYK
RGB Variations
Color information
#8FC5DE (or 0x8FC5DE) is known color: Cornflower. HEX triplet: 8F, C5 and DE. RGB value is (143,197,222). Sum of RGB (Red+Green+Blue) = 143+197+222=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FC5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC5DE is #703A21. Grayscale: #B7B7B7. Windows color (decimal): -7354914 or 14599567. OLE color: 14599567.
HSL color Cylindrical-coordinate representation of color #8FC5DE: hue angle of 198.99º degrees, saturation: 0.54, 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 #8FC5DE is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 197 | 222 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.13 |
| HSL | 198.99º | 0.54% | 0.72% | - |
| HSV(B) | 198.99º | 0.36% | 0.87% | - |
| XYZ | 44.48 | 51.05 | 76.62 | - |
| YUV | 183.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 222 | 0.36 | 0.11 | 0 | 0.13 | 198.99 | 0.54 | 0.72 |
| Hex | 8F | C5 | DE | 24 | B | 0 | D | C7 | 36 | 48 |
| Octal | 217 | 305 | 336 | 44 | 13 | 0 | 15 | 307 | 66 | 110 |
| Binary | 10001111 | 11000101 | 11011110 | 100100 | 1011 | 0 | 1101 | 11000111 | 110110 | 1001000 |
Color Harmonies of #8FC5DE
Complementary color
Monochromatic Colors of #8FC5DE
Black with #8FC5DE
Text Example
Text Example
White with #8FC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC5DE; }
p { color: rgb(143,197,222); }
H1.HeaderClassName
{
color: #8FC5DE;
}
.AnyTagClassName
{
color: #8FC5DE;
}
</style>
background-color css
<style>
a { background-color: #8FC5DE; }
a { background-color: rgb(143,197,222); }
div.DivClassName
{
background-color: #8FC5DE;
}
.BgClassName
{
background-color: #8FC5DE;
}
</style>
border-color css
<style>
span { border-color: #8FC5DE; }
span { border-color: rgb(143,197,222); }
td.TdClassName
{
border-color: #8FC5DE;
}
.TagClassName
{
border-color: #8FC5DE;
}
</style>