Shades of Cornflower #98D8EF
Tints of Cornflower #98D8EF
RGB
CMYK
RGB Variations
Color information
#98D8EF (or 0x98D8EF) is known color: Cornflower. HEX triplet: 98, D8 and EF. RGB value is (152,216,239). Sum of RGB (Red+Green+Blue) = 152+216+239=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #98D8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D8EF is #672710. Grayscale: #C7C7C7. Windows color (decimal): -6760209 or 15718552. OLE color: 15718552.
HSL color Cylindrical-coordinate representation of color #98D8EF: hue angle of 195.86º 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 #98D8EF is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 216 | 239 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.06 |
| HSL | 195.86º | 0.73% | 0.77% | - |
| HSV(B) | 195.86º | 0.36% | 0.94% | - |
| XYZ | 53.08 | 62.02 | 90.83 | - |
| YUV | 199.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 239 | 0.36 | 0.10 | 0 | 0.06 | 195.86 | 0.73 | 0.77 |
| Hex | 98 | D8 | EF | 24 | A | 0 | 6 | C4 | 49 | 4D |
| Octal | 230 | 330 | 357 | 44 | 12 | 0 | 6 | 304 | 111 | 115 |
| Binary | 10011000 | 11011000 | 11101111 | 100100 | 1010 | 0 | 110 | 11000100 | 1001001 | 1001101 |
Color Harmonies of #98D8EF
Complementary color
Monochromatic Colors of #98D8EF
Black with #98D8EF
Text Example
Text Example
White with #98D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D8EF; }
p { color: rgb(152,216,239); }
H1.HeaderClassName
{
color: #98D8EF;
}
.AnyTagClassName
{
color: #98D8EF;
}
</style>
background-color css
<style>
a { background-color: #98D8EF; }
a { background-color: rgb(152,216,239); }
div.DivClassName
{
background-color: #98D8EF;
}
.BgClassName
{
background-color: #98D8EF;
}
</style>
border-color css
<style>
span { border-color: #98D8EF; }
span { border-color: rgb(152,216,239); }
td.TdClassName
{
border-color: #98D8EF;
}
.TagClassName
{
border-color: #98D8EF;
}
</style>