Shades of Cornflower #98C5EF
Tints of Cornflower #98C5EF
RGB
CMYK
RGB Variations
Color information
#98C5EF (or 0x98C5EF) is known color: Cornflower. HEX triplet: 98, C5 and EF. RGB value is (152,197,239). Sum of RGB (Red+Green+Blue) = 152+197+239=588 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.85% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #98C5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C5EF is #673A10. Grayscale: #BCBCBC. Windows color (decimal): -6765073 or 15713688. OLE color: 15713688.
HSL color Cylindrical-coordinate representation of color #98C5EF: hue angle of 208.97º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98C5EF is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 197 | 239 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.06 |
| HSL | 208.97º | 0.73% | 0.77% | - |
| HSV(B) | 208.97º | 0.36% | 0.94% | - |
| XYZ | 48.5 | 52.84 | 89.3 | - |
| YUV | 188.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 239 | 0.36 | 0.18 | 0 | 0.06 | 208.97 | 0.73 | 0.77 |
| Hex | 98 | C5 | EF | 24 | 12 | 0 | 6 | D1 | 49 | 4D |
| Octal | 230 | 305 | 357 | 44 | 22 | 0 | 6 | 321 | 111 | 115 |
| Binary | 10011000 | 11000101 | 11101111 | 100100 | 10010 | 0 | 110 | 11010001 | 1001001 | 1001101 |
Color Harmonies of #98C5EF
Complementary color
Monochromatic Colors of #98C5EF
Black with #98C5EF
Text Example
Text Example
White with #98C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5EF; }
p { color: rgb(152,197,239); }
H1.HeaderClassName
{
color: #98C5EF;
}
.AnyTagClassName
{
color: #98C5EF;
}
</style>
background-color css
<style>
a { background-color: #98C5EF; }
a { background-color: rgb(152,197,239); }
div.DivClassName
{
background-color: #98C5EF;
}
.BgClassName
{
background-color: #98C5EF;
}
</style>
border-color css
<style>
span { border-color: #98C5EF; }
span { border-color: rgb(152,197,239); }
td.TdClassName
{
border-color: #98C5EF;
}
.TagClassName
{
border-color: #98C5EF;
}
</style>