Shades of Cornflower #98C0DB
Tints of Cornflower #98C0DB
RGB
CMYK
RGB Variations
Color information
#98C0DB (or 0x98C0DB) is known color: Cornflower. HEX triplet: 98, C0 and DB. RGB value is (152,192,219). Sum of RGB (Red+Green+Blue) = 152+192+219=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #98C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C0DB is #673F24. Grayscale: #B6B6B6. Windows color (decimal): -6766373 or 14401688. OLE color: 14401688.
HSL color Cylindrical-coordinate representation of color #98C0DB: hue angle of 204.18º 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 #98C0DB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 192 | 219 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.14 |
| HSL | 204.18º | 0.48% | 0.73% | - |
| HSV(B) | 204.18º | 0.31% | 0.86% | - |
| XYZ | 44.58 | 49.49 | 74.22 | - |
| YUV | 183.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 219 | 0.31 | 0.12 | 0 | 0.14 | 204.18 | 0.48 | 0.73 |
| Hex | 98 | C0 | DB | 1F | C | 0 | E | CC | 30 | 49 |
| Octal | 230 | 300 | 333 | 37 | 14 | 0 | 16 | 314 | 60 | 111 |
| Binary | 10011000 | 11000000 | 11011011 | 11111 | 1100 | 0 | 1110 | 11001100 | 110000 | 1001001 |
Color Harmonies of #98C0DB
Complementary color
Monochromatic Colors of #98C0DB
Black with #98C0DB
Text Example
Text Example
White with #98C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0DB; }
p { color: rgb(152,192,219); }
H1.HeaderClassName
{
color: #98C0DB;
}
.AnyTagClassName
{
color: #98C0DB;
}
</style>
background-color css
<style>
a { background-color: #98C0DB; }
a { background-color: rgb(152,192,219); }
div.DivClassName
{
background-color: #98C0DB;
}
.BgClassName
{
background-color: #98C0DB;
}
</style>
border-color css
<style>
span { border-color: #98C0DB; }
span { border-color: rgb(152,192,219); }
td.TdClassName
{
border-color: #98C0DB;
}
.TagClassName
{
border-color: #98C0DB;
}
</style>