Shades of Cornflower #98D0F1
Tints of Cornflower #98D0F1
RGB
CMYK
RGB Variations
Color information
#98D0F1 (or 0x98D0F1) is known color: Cornflower. HEX triplet: 98, D0 and F1. RGB value is (152,208,241). Sum of RGB (Red+Green+Blue) = 152+208+241=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #98D0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D0F1 is #672F0E. Grayscale: #C2C2C2. Windows color (decimal): -6762255 or 15847576. OLE color: 15847576.
HSL color Cylindrical-coordinate representation of color #98D0F1: hue angle of 202.25º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98D0F1 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 208 | 241 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.05 |
| HSL | 202.25º | 0.76% | 0.77% | - |
| HSV(B) | 202.25º | 0.37% | 0.95% | - |
| XYZ | 51.38 | 58.14 | 91.73 | - |
| YUV | 195.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 241 | 0.37 | 0.14 | 0 | 0.05 | 202.25 | 0.76 | 0.77 |
| Hex | 98 | D0 | F1 | 25 | E | 0 | 5 | CA | 4C | 4D |
| Octal | 230 | 320 | 361 | 45 | 16 | 0 | 5 | 312 | 114 | 115 |
| Binary | 10011000 | 11010000 | 11110001 | 100101 | 1110 | 0 | 101 | 11001010 | 1001100 | 1001101 |
Color Harmonies of #98D0F1
Complementary color
Monochromatic Colors of #98D0F1
Black with #98D0F1
Text Example
Text Example
White with #98D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0F1; }
p { color: rgb(152,208,241); }
H1.HeaderClassName
{
color: #98D0F1;
}
.AnyTagClassName
{
color: #98D0F1;
}
</style>
background-color css
<style>
a { background-color: #98D0F1; }
a { background-color: rgb(152,208,241); }
div.DivClassName
{
background-color: #98D0F1;
}
.BgClassName
{
background-color: #98D0F1;
}
</style>
border-color css
<style>
span { border-color: #98D0F1; }
span { border-color: rgb(152,208,241); }
td.TdClassName
{
border-color: #98D0F1;
}
.TagClassName
{
border-color: #98D0F1;
}
</style>