Shades of Cornflower #8FCBEE
Tints of Cornflower #8FCBEE
RGB
CMYK
RGB Variations
Color information
#8FCBEE (or 0x8FCBEE) is known color: Cornflower. HEX triplet: 8F, CB and EE. RGB value is (143,203,238). Sum of RGB (Red+Green+Blue) = 143+203+238=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FCBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBEE is #703411. Grayscale: #BCBCBC. Windows color (decimal): -7353362 or 15649679. OLE color: 15649679.
HSL color Cylindrical-coordinate representation of color #8FCBEE: hue angle of 202.11º degrees, saturation: 0.74, 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 #8FCBEE is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 203 | 238 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.07 |
| HSL | 202.11º | 0.74% | 0.75% | - |
| HSV(B) | 202.11º | 0.4% | 0.93% | - |
| XYZ | 48.12 | 54.72 | 88.92 | - |
| YUV | 189.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 238 | 0.40 | 0.15 | 0 | 0.07 | 202.11 | 0.74 | 0.75 |
| Hex | 8F | CB | EE | 28 | F | 0 | 7 | CA | 4A | 4B |
| Octal | 217 | 313 | 356 | 50 | 17 | 0 | 7 | 312 | 112 | 113 |
| Binary | 10001111 | 11001011 | 11101110 | 101000 | 1111 | 0 | 111 | 11001010 | 1001010 | 1001011 |
Color Harmonies of #8FCBEE
Complementary color
Monochromatic Colors of #8FCBEE
Black with #8FCBEE
Text Example
Text Example
White with #8FCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBEE; }
p { color: rgb(143,203,238); }
H1.HeaderClassName
{
color: #8FCBEE;
}
.AnyTagClassName
{
color: #8FCBEE;
}
</style>
background-color css
<style>
a { background-color: #8FCBEE; }
a { background-color: rgb(143,203,238); }
div.DivClassName
{
background-color: #8FCBEE;
}
.BgClassName
{
background-color: #8FCBEE;
}
</style>
border-color css
<style>
span { border-color: #8FCBEE; }
span { border-color: rgb(143,203,238); }
td.TdClassName
{
border-color: #8FCBEE;
}
.TagClassName
{
border-color: #8FCBEE;
}
</style>