Shades of Cornflower #98BBDB
Tints of Cornflower #98BBDB
RGB
CMYK
RGB Variations
Color information
#98BBDB (or 0x98BBDB) is known color: Cornflower. HEX triplet: 98, BB and DB. RGB value is (152,187,219). Sum of RGB (Red+Green+Blue) = 152+187+219=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #98BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBDB is #674424. Grayscale: #B4B4B4. Windows color (decimal): -6767653 or 14400408. OLE color: 14400408.
HSL color Cylindrical-coordinate representation of color #98BBDB: hue angle of 208.66º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98BBDB is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 187 | 219 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.14 |
| HSL | 208.66º | 0.48% | 0.73% | - |
| HSV(B) | 208.66º | 0.31% | 0.86% | - |
| XYZ | 43.51 | 47.33 | 73.86 | - |
| YUV | 180.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 219 | 0.31 | 0.15 | 0 | 0.14 | 208.66 | 0.48 | 0.73 |
| Hex | 98 | BB | DB | 1F | F | 0 | E | D1 | 30 | 49 |
| Octal | 230 | 273 | 333 | 37 | 17 | 0 | 16 | 321 | 60 | 111 |
| Binary | 10011000 | 10111011 | 11011011 | 11111 | 1111 | 0 | 1110 | 11010001 | 110000 | 1001001 |
Color Harmonies of #98BBDB
Complementary color
Monochromatic Colors of #98BBDB
Black with #98BBDB
Text Example
Text Example
White with #98BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBDB; }
p { color: rgb(152,187,219); }
H1.HeaderClassName
{
color: #98BBDB;
}
.AnyTagClassName
{
color: #98BBDB;
}
</style>
background-color css
<style>
a { background-color: #98BBDB; }
a { background-color: rgb(152,187,219); }
div.DivClassName
{
background-color: #98BBDB;
}
.BgClassName
{
background-color: #98BBDB;
}
</style>
border-color css
<style>
span { border-color: #98BBDB; }
span { border-color: rgb(152,187,219); }
td.TdClassName
{
border-color: #98BBDB;
}
.TagClassName
{
border-color: #98BBDB;
}
</style>