Shades of Cornflower #8CBDEF
Tints of Cornflower #8CBDEF
RGB
CMYK
RGB Variations
Color information
#8CBDEF (or 0x8CBDEF) is known color: Cornflower. HEX triplet: 8C, BD and EF. RGB value is (140,189,239). Sum of RGB (Red+Green+Blue) = 140+189+239=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBDEF is #734210. Grayscale: #B3B3B3. Windows color (decimal): -7553553 or 15711628. OLE color: 15711628.
HSL color Cylindrical-coordinate representation of color #8CBDEF: hue angle of 210.3º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBDEF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 189 | 239 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.06 |
| HSL | 210.3º | 0.76% | 0.74% | - |
| HSV(B) | 210.3º | 0.41% | 0.94% | - |
| XYZ | 44.59 | 48.2 | 88.62 | - |
| YUV | 180.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 239 | 0.41 | 0.21 | 0 | 0.06 | 210.3 | 0.76 | 0.74 |
| Hex | 8C | BD | EF | 29 | 15 | 0 | 6 | D2 | 4C | 4A |
| Octal | 214 | 275 | 357 | 51 | 25 | 0 | 6 | 322 | 114 | 112 |
| Binary | 10001100 | 10111101 | 11101111 | 101001 | 10101 | 0 | 110 | 11010010 | 1001100 | 1001010 |
Color Harmonies of #8CBDEF
Complementary color
Monochromatic Colors of #8CBDEF
Black with #8CBDEF
Text Example
Text Example
White with #8CBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDEF; }
p { color: rgb(140,189,239); }
H1.HeaderClassName
{
color: #8CBDEF;
}
.AnyTagClassName
{
color: #8CBDEF;
}
</style>
background-color css
<style>
a { background-color: #8CBDEF; }
a { background-color: rgb(140,189,239); }
div.DivClassName
{
background-color: #8CBDEF;
}
.BgClassName
{
background-color: #8CBDEF;
}
</style>
border-color css
<style>
span { border-color: #8CBDEF; }
span { border-color: rgb(140,189,239); }
td.TdClassName
{
border-color: #8CBDEF;
}
.TagClassName
{
border-color: #8CBDEF;
}
</style>