Shades of Cornflower #8CBEDA
Tints of Cornflower #8CBEDA
RGB
CMYK
RGB Variations
Color information
#8CBEDA (or 0x8CBEDA) is known color: Cornflower. HEX triplet: 8C, BE and DA. RGB value is (140,190,218). Sum of RGB (Red+Green+Blue) = 140+190+218=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEDA is #734125. Grayscale: #B2B2B2. Windows color (decimal): -7553318 or 14335628. OLE color: 14335628.
HSL color Cylindrical-coordinate representation of color #8CBEDA: hue angle of 201.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CBEDA is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 190 | 218 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.15 |
| HSL | 201.54º | 0.51% | 0.7% | - |
| HSV(B) | 201.54º | 0.36% | 0.85% | - |
| XYZ | 41.88 | 47.46 | 73.28 | - |
| YUV | 178.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 218 | 0.36 | 0.13 | 0 | 0.15 | 201.54 | 0.51 | 0.7 |
| Hex | 8C | BE | DA | 24 | D | 0 | F | CA | 33 | 46 |
| Octal | 214 | 276 | 332 | 44 | 15 | 0 | 17 | 312 | 63 | 106 |
| Binary | 10001100 | 10111110 | 11011010 | 100100 | 1101 | 0 | 1111 | 11001010 | 110011 | 1000110 |
Color Harmonies of #8CBEDA
Complementary color
Monochromatic Colors of #8CBEDA
Black with #8CBEDA
Text Example
Text Example
White with #8CBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEDA; }
p { color: rgb(140,190,218); }
H1.HeaderClassName
{
color: #8CBEDA;
}
.AnyTagClassName
{
color: #8CBEDA;
}
</style>
background-color css
<style>
a { background-color: #8CBEDA; }
a { background-color: rgb(140,190,218); }
div.DivClassName
{
background-color: #8CBEDA;
}
.BgClassName
{
background-color: #8CBEDA;
}
</style>
border-color css
<style>
span { border-color: #8CBEDA; }
span { border-color: rgb(140,190,218); }
td.TdClassName
{
border-color: #8CBEDA;
}
.TagClassName
{
border-color: #8CBEDA;
}
</style>