Shades of Cornflower #98C2DB
Tints of Cornflower #98C2DB
RGB
CMYK
RGB Variations
Color information
#98C2DB (or 0x98C2DB) is known color: Cornflower. HEX triplet: 98, C2 and DB. RGB value is (152,194,219). Sum of RGB (Red+Green+Blue) = 152+194+219=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #98C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C2DB is #673D24. Grayscale: #B8B8B8. Windows color (decimal): -6765861 or 14402200. OLE color: 14402200.
HSL color Cylindrical-coordinate representation of color #98C2DB: hue angle of 202.39º 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 #98C2DB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 194 | 219 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.14 |
| HSL | 202.39º | 0.48% | 0.73% | - |
| HSV(B) | 202.39º | 0.31% | 0.86% | - |
| XYZ | 45.03 | 50.37 | 74.37 | - |
| YUV | 184.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 219 | 0.31 | 0.11 | 0 | 0.14 | 202.39 | 0.48 | 0.73 |
| Hex | 98 | C2 | DB | 1F | B | 0 | E | CA | 30 | 49 |
| Octal | 230 | 302 | 333 | 37 | 13 | 0 | 16 | 312 | 60 | 111 |
| Binary | 10011000 | 11000010 | 11011011 | 11111 | 1011 | 0 | 1110 | 11001010 | 110000 | 1001001 |
Color Harmonies of #98C2DB
Complementary color
Monochromatic Colors of #98C2DB
Black with #98C2DB
Text Example
Text Example
White with #98C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C2DB; }
p { color: rgb(152,194,219); }
H1.HeaderClassName
{
color: #98C2DB;
}
.AnyTagClassName
{
color: #98C2DB;
}
</style>
background-color css
<style>
a { background-color: #98C2DB; }
a { background-color: rgb(152,194,219); }
div.DivClassName
{
background-color: #98C2DB;
}
.BgClassName
{
background-color: #98C2DB;
}
</style>
border-color css
<style>
span { border-color: #98C2DB; }
span { border-color: rgb(152,194,219); }
td.TdClassName
{
border-color: #98C2DB;
}
.TagClassName
{
border-color: #98C2DB;
}
</style>