Shades of Cornflower #98BBE9
Tints of Cornflower #98BBE9
RGB
CMYK
RGB Variations
Color information
#98BBE9 (or 0x98BBE9) is known color: Cornflower. HEX triplet: 98, BB and E9. RGB value is (152,187,233). Sum of RGB (Red+Green+Blue) = 152+187+233=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #98BBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBE9 is #674416. Grayscale: #B5B5B5. Windows color (decimal): -6767639 or 15317912. OLE color: 15317912.
HSL color Cylindrical-coordinate representation of color #98BBE9: hue angle of 214.07º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98BBE9 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 187 | 233 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.09 |
| HSL | 214.07º | 0.65% | 0.75% | - |
| HSV(B) | 214.07º | 0.35% | 0.91% | - |
| XYZ | 45.43 | 48.1 | 83.98 | - |
| YUV | 181.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 233 | 0.35 | 0.20 | 0 | 0.09 | 214.07 | 0.65 | 0.75 |
| Hex | 98 | BB | E9 | 23 | 14 | 0 | 9 | D6 | 41 | 4B |
| Octal | 230 | 273 | 351 | 43 | 24 | 0 | 11 | 326 | 101 | 113 |
| Binary | 10011000 | 10111011 | 11101001 | 100011 | 10100 | 0 | 1001 | 11010110 | 1000001 | 1001011 |
Color Harmonies of #98BBE9
Complementary color
Monochromatic Colors of #98BBE9
Black with #98BBE9
Text Example
Text Example
White with #98BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBE9; }
p { color: rgb(152,187,233); }
H1.HeaderClassName
{
color: #98BBE9;
}
.AnyTagClassName
{
color: #98BBE9;
}
</style>
background-color css
<style>
a { background-color: #98BBE9; }
a { background-color: rgb(152,187,233); }
div.DivClassName
{
background-color: #98BBE9;
}
.BgClassName
{
background-color: #98BBE9;
}
</style>
border-color css
<style>
span { border-color: #98BBE9; }
span { border-color: rgb(152,187,233); }
td.TdClassName
{
border-color: #98BBE9;
}
.TagClassName
{
border-color: #98BBE9;
}
</style>