Shades of Cornflower #98BDD9
Tints of Cornflower #98BDD9
RGB
CMYK
RGB Variations
Color information
#98BDD9 (or 0x98BDD9) is known color: Cornflower. HEX triplet: 98, BD and D9. RGB value is (152,189,217). Sum of RGB (Red+Green+Blue) = 152+189+217=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #98BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDD9 is #674226. Grayscale: #B4B4B4. Windows color (decimal): -6767143 or 14269848. OLE color: 14269848.
HSL color Cylindrical-coordinate representation of color #98BDD9: hue angle of 205.85º 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 #98BDD9 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 189 | 217 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.15 |
| HSL | 205.85º | 0.46% | 0.72% | - |
| HSV(B) | 205.85º | 0.3% | 0.85% | - |
| XYZ | 43.67 | 48.08 | 72.62 | - |
| YUV | 181.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 217 | 0.30 | 0.13 | 0 | 0.15 | 205.85 | 0.46 | 0.72 |
| Hex | 98 | BD | D9 | 1E | D | 0 | F | CE | 2E | 48 |
| Octal | 230 | 275 | 331 | 36 | 15 | 0 | 17 | 316 | 56 | 110 |
| Binary | 10011000 | 10111101 | 11011001 | 11110 | 1101 | 0 | 1111 | 11001110 | 101110 | 1001000 |
Color Harmonies of #98BDD9
Complementary color
Monochromatic Colors of #98BDD9
Black with #98BDD9
Text Example
Text Example
White with #98BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BDD9; }
p { color: rgb(152,189,217); }
H1.HeaderClassName
{
color: #98BDD9;
}
.AnyTagClassName
{
color: #98BDD9;
}
</style>
background-color css
<style>
a { background-color: #98BDD9; }
a { background-color: rgb(152,189,217); }
div.DivClassName
{
background-color: #98BDD9;
}
.BgClassName
{
background-color: #98BDD9;
}
</style>
border-color css
<style>
span { border-color: #98BDD9; }
span { border-color: rgb(152,189,217); }
td.TdClassName
{
border-color: #98BDD9;
}
.TagClassName
{
border-color: #98BDD9;
}
</style>