Shades of Cornflower #8FBEDC
Tints of Cornflower #8FBEDC
RGB
CMYK
RGB Variations
Color information
#8FBEDC (or 0x8FBEDC) is known color: Cornflower. HEX triplet: 8F, BE and DC. RGB value is (143,190,220). Sum of RGB (Red+Green+Blue) = 143+190+220=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEDC is #704123. Grayscale: #B3B3B3. Windows color (decimal): -7356708 or 14466703. OLE color: 14466703.
HSL color Cylindrical-coordinate representation of color #8FBEDC: hue angle of 203.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBEDC is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 190 | 220 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.14 |
| HSL | 203.38º | 0.52% | 0.71% | - |
| HSV(B) | 203.38º | 0.35% | 0.86% | - |
| XYZ | 42.66 | 47.83 | 74.69 | - |
| YUV | 179.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 220 | 0.35 | 0.14 | 0 | 0.14 | 203.38 | 0.52 | 0.71 |
| Hex | 8F | BE | DC | 23 | E | 0 | E | CB | 34 | 47 |
| Octal | 217 | 276 | 334 | 43 | 16 | 0 | 16 | 313 | 64 | 107 |
| Binary | 10001111 | 10111110 | 11011100 | 100011 | 1110 | 0 | 1110 | 11001011 | 110100 | 1000111 |
Color Harmonies of #8FBEDC
Complementary color
Monochromatic Colors of #8FBEDC
Black with #8FBEDC
Text Example
Text Example
White with #8FBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEDC; }
p { color: rgb(143,190,220); }
H1.HeaderClassName
{
color: #8FBEDC;
}
.AnyTagClassName
{
color: #8FBEDC;
}
</style>
background-color css
<style>
a { background-color: #8FBEDC; }
a { background-color: rgb(143,190,220); }
div.DivClassName
{
background-color: #8FBEDC;
}
.BgClassName
{
background-color: #8FBEDC;
}
</style>
border-color css
<style>
span { border-color: #8FBEDC; }
span { border-color: rgb(143,190,220); }
td.TdClassName
{
border-color: #8FBEDC;
}
.TagClassName
{
border-color: #8FBEDC;
}
</style>