Shades of Cornflower #8DC6EE
Tints of Cornflower #8DC6EE
RGB
CMYK
RGB Variations
Color information
#8DC6EE (or 0x8DC6EE) is known color: Cornflower. HEX triplet: 8D, C6 and EE. RGB value is (141,198,238). Sum of RGB (Red+Green+Blue) = 141+198+238=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DC6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC6EE is #723911. Grayscale: #B9B9B9. Windows color (decimal): -7485714 or 15648397. OLE color: 15648397.
HSL color Cylindrical-coordinate representation of color #8DC6EE: hue angle of 204.74º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DC6EE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 198 | 238 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.07 |
| HSL | 204.74º | 0.74% | 0.74% | - |
| HSV(B) | 204.74º | 0.41% | 0.93% | - |
| XYZ | 46.61 | 52.22 | 88.51 | - |
| YUV | 185.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 238 | 0.41 | 0.17 | 0 | 0.07 | 204.74 | 0.74 | 0.74 |
| Hex | 8D | C6 | EE | 29 | 11 | 0 | 7 | CD | 4A | 4A |
| Octal | 215 | 306 | 356 | 51 | 21 | 0 | 7 | 315 | 112 | 112 |
| Binary | 10001101 | 11000110 | 11101110 | 101001 | 10001 | 0 | 111 | 11001101 | 1001010 | 1001010 |
Color Harmonies of #8DC6EE
Complementary color
Monochromatic Colors of #8DC6EE
Black with #8DC6EE
Text Example
Text Example
White with #8DC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC6EE; }
p { color: rgb(141,198,238); }
H1.HeaderClassName
{
color: #8DC6EE;
}
.AnyTagClassName
{
color: #8DC6EE;
}
</style>
background-color css
<style>
a { background-color: #8DC6EE; }
a { background-color: rgb(141,198,238); }
div.DivClassName
{
background-color: #8DC6EE;
}
.BgClassName
{
background-color: #8DC6EE;
}
</style>
border-color css
<style>
span { border-color: #8DC6EE; }
span { border-color: rgb(141,198,238); }
td.TdClassName
{
border-color: #8DC6EE;
}
.TagClassName
{
border-color: #8DC6EE;
}
</style>