Shades of Cornflower #8FCDF3
Tints of Cornflower #8FCDF3
RGB
CMYK
RGB Variations
Color information
#8FCDF3 (or 0x8FCDF3) is known color: Cornflower. HEX triplet: 8F, CD and F3. RGB value is (143,205,243). Sum of RGB (Red+Green+Blue) = 143+205+243=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FCDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCDF3 is #70320C. Grayscale: #BEBEBE. Windows color (decimal): -7352845 or 15977871. OLE color: 15977871.
HSL color Cylindrical-coordinate representation of color #8FCDF3: hue angle of 202.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FCDF3 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 205 | 243 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.05 |
| HSL | 202.8º | 0.81% | 0.76% | - |
| HSV(B) | 202.8º | 0.41% | 0.95% | - |
| XYZ | 49.34 | 55.97 | 93 | - |
| YUV | 190.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 243 | 0.41 | 0.16 | 0 | 0.05 | 202.8 | 0.81 | 0.76 |
| Hex | 8F | CD | F3 | 29 | 10 | 0 | 5 | CB | 51 | 4C |
| Octal | 217 | 315 | 363 | 51 | 20 | 0 | 5 | 313 | 121 | 114 |
| Binary | 10001111 | 11001101 | 11110011 | 101001 | 10000 | 0 | 101 | 11001011 | 1010001 | 1001100 |
Color Harmonies of #8FCDF3
Complementary color
Monochromatic Colors of #8FCDF3
Black with #8FCDF3
Text Example
Text Example
White with #8FCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDF3; }
p { color: rgb(143,205,243); }
H1.HeaderClassName
{
color: #8FCDF3;
}
.AnyTagClassName
{
color: #8FCDF3;
}
</style>
background-color css
<style>
a { background-color: #8FCDF3; }
a { background-color: rgb(143,205,243); }
div.DivClassName
{
background-color: #8FCDF3;
}
.BgClassName
{
background-color: #8FCDF3;
}
</style>
border-color css
<style>
span { border-color: #8FCDF3; }
span { border-color: rgb(143,205,243); }
td.TdClassName
{
border-color: #8FCDF3;
}
.TagClassName
{
border-color: #8FCDF3;
}
</style>