Shades of Cornflower #98D1ED
Tints of Cornflower #98D1ED
RGB
CMYK
RGB Variations
Color information
#98D1ED (or 0x98D1ED) is known color: Cornflower. HEX triplet: 98, D1 and ED. RGB value is (152,209,237). Sum of RGB (Red+Green+Blue) = 152+209+237=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #98D1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D1ED is #672E12. Grayscale: #C2C2C2. Windows color (decimal): -6762003 or 15585688. OLE color: 15585688.
HSL color Cylindrical-coordinate representation of color #98D1ED: hue angle of 199.76º degrees, saturation: 0.7, 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 #98D1ED is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 209 | 237 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.07 |
| HSL | 199.76º | 0.7% | 0.76% | - |
| HSV(B) | 199.76º | 0.36% | 0.93% | - |
| XYZ | 51.04 | 58.39 | 88.7 | - |
| YUV | 195.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 237 | 0.36 | 0.12 | 0 | 0.07 | 199.76 | 0.7 | 0.76 |
| Hex | 98 | D1 | ED | 24 | C | 0 | 7 | C8 | 46 | 4C |
| Octal | 230 | 321 | 355 | 44 | 14 | 0 | 7 | 310 | 106 | 114 |
| Binary | 10011000 | 11010001 | 11101101 | 100100 | 1100 | 0 | 111 | 11001000 | 1000110 | 1001100 |
Color Harmonies of #98D1ED
Complementary color
Monochromatic Colors of #98D1ED
Black with #98D1ED
Text Example
Text Example
White with #98D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D1ED; }
p { color: rgb(152,209,237); }
H1.HeaderClassName
{
color: #98D1ED;
}
.AnyTagClassName
{
color: #98D1ED;
}
</style>
background-color css
<style>
a { background-color: #98D1ED; }
a { background-color: rgb(152,209,237); }
div.DivClassName
{
background-color: #98D1ED;
}
.BgClassName
{
background-color: #98D1ED;
}
</style>
border-color css
<style>
span { border-color: #98D1ED; }
span { border-color: rgb(152,209,237); }
td.TdClassName
{
border-color: #98D1ED;
}
.TagClassName
{
border-color: #98D1ED;
}
</style>