Shades of Cornflower #98D5EC
Tints of Cornflower #98D5EC
RGB
CMYK
RGB Variations
Color information
#98D5EC (or 0x98D5EC) is known color: Cornflower. HEX triplet: 98, D5 and EC. RGB value is (152,213,236). Sum of RGB (Red+Green+Blue) = 152+213+236=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #98D5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5EC is #672A13. Grayscale: #C5C5C5. Windows color (decimal): -6760980 or 15521176. OLE color: 15521176.
HSL color Cylindrical-coordinate representation of color #98D5EC: hue angle of 196.43º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D5EC is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 213 | 236 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.07 |
| HSL | 196.43º | 0.69% | 0.76% | - |
| HSV(B) | 196.43º | 0.36% | 0.93% | - |
| XYZ | 51.88 | 60.32 | 88.27 | - |
| YUV | 197.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 236 | 0.36 | 0.10 | 0 | 0.07 | 196.43 | 0.69 | 0.76 |
| Hex | 98 | D5 | EC | 24 | A | 0 | 7 | C4 | 45 | 4C |
| Octal | 230 | 325 | 354 | 44 | 12 | 0 | 7 | 304 | 105 | 114 |
| Binary | 10011000 | 11010101 | 11101100 | 100100 | 1010 | 0 | 111 | 11000100 | 1000101 | 1001100 |
Color Harmonies of #98D5EC
Complementary color
Monochromatic Colors of #98D5EC
Black with #98D5EC
Text Example
Text Example
White with #98D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5EC; }
p { color: rgb(152,213,236); }
H1.HeaderClassName
{
color: #98D5EC;
}
.AnyTagClassName
{
color: #98D5EC;
}
</style>
background-color css
<style>
a { background-color: #98D5EC; }
a { background-color: rgb(152,213,236); }
div.DivClassName
{
background-color: #98D5EC;
}
.BgClassName
{
background-color: #98D5EC;
}
</style>
border-color css
<style>
span { border-color: #98D5EC; }
span { border-color: rgb(152,213,236); }
td.TdClassName
{
border-color: #98D5EC;
}
.TagClassName
{
border-color: #98D5EC;
}
</style>