Shades of Cornflower #98BCD9
Tints of Cornflower #98BCD9
RGB
CMYK
RGB Variations
Color information
#98BCD9 (or 0x98BCD9) is known color: Cornflower. HEX triplet: 98, BC and D9. RGB value is (152,188,217). Sum of RGB (Red+Green+Blue) = 152+188+217=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #98BCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCD9 is #674326. Grayscale: #B4B4B4. Windows color (decimal): -6767399 or 14269592. OLE color: 14269592.
HSL color Cylindrical-coordinate representation of color #98BCD9: hue angle of 206.77º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98BCD9 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 188 | 217 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.15 |
| HSL | 206.77º | 0.46% | 0.72% | - |
| HSV(B) | 206.77º | 0.3% | 0.85% | - |
| XYZ | 43.46 | 47.65 | 72.55 | - |
| YUV | 180.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 217 | 0.30 | 0.13 | 0 | 0.15 | 206.77 | 0.46 | 0.72 |
| Hex | 98 | BC | D9 | 1E | D | 0 | F | CF | 2E | 48 |
| Octal | 230 | 274 | 331 | 36 | 15 | 0 | 17 | 317 | 56 | 110 |
| Binary | 10011000 | 10111100 | 11011001 | 11110 | 1101 | 0 | 1111 | 11001111 | 101110 | 1001000 |
Color Harmonies of #98BCD9
Complementary color
Monochromatic Colors of #98BCD9
Black with #98BCD9
Text Example
Text Example
White with #98BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCD9; }
p { color: rgb(152,188,217); }
H1.HeaderClassName
{
color: #98BCD9;
}
.AnyTagClassName
{
color: #98BCD9;
}
</style>
background-color css
<style>
a { background-color: #98BCD9; }
a { background-color: rgb(152,188,217); }
div.DivClassName
{
background-color: #98BCD9;
}
.BgClassName
{
background-color: #98BCD9;
}
</style>
border-color css
<style>
span { border-color: #98BCD9; }
span { border-color: rgb(152,188,217); }
td.TdClassName
{
border-color: #98BCD9;
}
.TagClassName
{
border-color: #98BCD9;
}
</style>