Shades of Cornflower #98C5DD
Tints of Cornflower #98C5DD
RGB
CMYK
RGB Variations
Color information
#98C5DD (or 0x98C5DD) is known color: Cornflower. HEX triplet: 98, C5 and DD. RGB value is (152,197,221). Sum of RGB (Red+Green+Blue) = 152+197+221=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5DD is #673A22. Grayscale: #BABABA. Windows color (decimal): -6765091 or 14534040. OLE color: 14534040.
HSL color Cylindrical-coordinate representation of color #98C5DD: hue angle of 200.87º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C5DD is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 197 | 221 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.13 |
| HSL | 200.87º | 0.5% | 0.73% | - |
| HSV(B) | 200.87º | 0.31% | 0.87% | - |
| XYZ | 45.97 | 51.83 | 75.99 | - |
| YUV | 186.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 221 | 0.31 | 0.11 | 0 | 0.13 | 200.87 | 0.5 | 0.73 |
| Hex | 98 | C5 | DD | 1F | B | 0 | D | C9 | 32 | 49 |
| Octal | 230 | 305 | 335 | 37 | 13 | 0 | 15 | 311 | 62 | 111 |
| Binary | 10011000 | 11000101 | 11011101 | 11111 | 1011 | 0 | 1101 | 11001001 | 110010 | 1001001 |
Color Harmonies of #98C5DD
Complementary color
Monochromatic Colors of #98C5DD
Black with #98C5DD
Text Example
Text Example
White with #98C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5DD; }
p { color: rgb(152,197,221); }
H1.HeaderClassName
{
color: #98C5DD;
}
.AnyTagClassName
{
color: #98C5DD;
}
</style>
background-color css
<style>
a { background-color: #98C5DD; }
a { background-color: rgb(152,197,221); }
div.DivClassName
{
background-color: #98C5DD;
}
.BgClassName
{
background-color: #98C5DD;
}
</style>
border-color css
<style>
span { border-color: #98C5DD; }
span { border-color: rgb(152,197,221); }
td.TdClassName
{
border-color: #98C5DD;
}
.TagClassName
{
border-color: #98C5DD;
}
</style>