Shades of Cornflower #8FCBED
Tints of Cornflower #8FCBED
RGB
CMYK
RGB Variations
Color information
#8FCBED (or 0x8FCBED) is known color: Cornflower. HEX triplet: 8F, CB and ED. RGB value is (143,203,237). Sum of RGB (Red+Green+Blue) = 143+203+237=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FCBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBED is #703412. Grayscale: #BCBCBC. Windows color (decimal): -7353363 or 15584143. OLE color: 15584143.
HSL color Cylindrical-coordinate representation of color #8FCBED: hue angle of 201.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FCBED is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 203 | 237 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.07 |
| HSL | 201.7º | 0.72% | 0.75% | - |
| HSV(B) | 201.7º | 0.4% | 0.93% | - |
| XYZ | 47.97 | 54.67 | 88.14 | - |
| YUV | 188.94 | 155.12 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 237 | 0.40 | 0.14 | 0 | 0.07 | 201.7 | 0.72 | 0.75 |
| Hex | 8F | CB | ED | 28 | E | 0 | 7 | CA | 48 | 4B |
| Octal | 217 | 313 | 355 | 50 | 16 | 0 | 7 | 312 | 110 | 113 |
| Binary | 10001111 | 11001011 | 11101101 | 101000 | 1110 | 0 | 111 | 11001010 | 1001000 | 1001011 |
Color Harmonies of #8FCBED
Complementary color
Monochromatic Colors of #8FCBED
Black with #8FCBED
Text Example
Text Example
White with #8FCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBED; }
p { color: rgb(143,203,237); }
H1.HeaderClassName
{
color: #8FCBED;
}
.AnyTagClassName
{
color: #8FCBED;
}
</style>
background-color css
<style>
a { background-color: #8FCBED; }
a { background-color: rgb(143,203,237); }
div.DivClassName
{
background-color: #8FCBED;
}
.BgClassName
{
background-color: #8FCBED;
}
</style>
border-color css
<style>
span { border-color: #8FCBED; }
span { border-color: rgb(143,203,237); }
td.TdClassName
{
border-color: #8FCBED;
}
.TagClassName
{
border-color: #8FCBED;
}
</style>