Shades of Cornflower #98D0EC
Tints of Cornflower #98D0EC
RGB
CMYK
RGB Variations
Color information
#98D0EC (or 0x98D0EC) is known color: Cornflower. HEX triplet: 98, D0 and EC. RGB value is (152,208,236). Sum of RGB (Red+Green+Blue) = 152+208+236=596 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.50% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #98D0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D0EC is #672F13. Grayscale: #C2C2C2. Windows color (decimal): -6762260 or 15519896. OLE color: 15519896.
HSL color Cylindrical-coordinate representation of color #98D0EC: hue angle of 200º 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 #98D0EC is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 208 | 236 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.07 |
| HSL | 200º | 0.69% | 0.76% | - |
| HSV(B) | 200º | 0.36% | 0.93% | - |
| XYZ | 50.65 | 57.84 | 87.85 | - |
| YUV | 194.45 | 151.45 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 236 | 0.36 | 0.12 | 0 | 0.07 | 200 | 0.69 | 0.76 |
| Hex | 98 | D0 | EC | 24 | C | 0 | 7 | C8 | 45 | 4C |
| Octal | 230 | 320 | 354 | 44 | 14 | 0 | 7 | 310 | 105 | 114 |
| Binary | 10011000 | 11010000 | 11101100 | 100100 | 1100 | 0 | 111 | 11001000 | 1000101 | 1001100 |
Color Harmonies of #98D0EC
Complementary color
Monochromatic Colors of #98D0EC
Black with #98D0EC
Text Example
Text Example
White with #98D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0EC; }
p { color: rgb(152,208,236); }
H1.HeaderClassName
{
color: #98D0EC;
}
.AnyTagClassName
{
color: #98D0EC;
}
</style>
background-color css
<style>
a { background-color: #98D0EC; }
a { background-color: rgb(152,208,236); }
div.DivClassName
{
background-color: #98D0EC;
}
.BgClassName
{
background-color: #98D0EC;
}
</style>
border-color css
<style>
span { border-color: #98D0EC; }
span { border-color: rgb(152,208,236); }
td.TdClassName
{
border-color: #98D0EC;
}
.TagClassName
{
border-color: #98D0EC;
}
</style>