Shades of Cornflower #98CDF1
Tints of Cornflower #98CDF1
RGB
CMYK
RGB Variations
Color information
#98CDF1 (or 0x98CDF1) is known color: Cornflower. HEX triplet: 98, CD and F1. RGB value is (152,205,241). Sum of RGB (Red+Green+Blue) = 152+205+241=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #98CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDF1 is #67320E. Grayscale: #C1C1C1. Windows color (decimal): -6763023 or 15846808. OLE color: 15846808.
HSL color Cylindrical-coordinate representation of color #98CDF1: hue angle of 204.27º 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 #98CDF1 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 205 | 241 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.05 |
| HSL | 204.27º | 0.76% | 0.77% | - |
| HSV(B) | 204.27º | 0.37% | 0.95% | - |
| XYZ | 50.66 | 56.69 | 91.49 | - |
| YUV | 193.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 241 | 0.37 | 0.15 | 0 | 0.05 | 204.27 | 0.76 | 0.77 |
| Hex | 98 | CD | F1 | 25 | F | 0 | 5 | CC | 4C | 4D |
| Octal | 230 | 315 | 361 | 45 | 17 | 0 | 5 | 314 | 114 | 115 |
| Binary | 10011000 | 11001101 | 11110001 | 100101 | 1111 | 0 | 101 | 11001100 | 1001100 | 1001101 |
Color Harmonies of #98CDF1
Complementary color
Monochromatic Colors of #98CDF1
Black with #98CDF1
Text Example
Text Example
White with #98CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDF1; }
p { color: rgb(152,205,241); }
H1.HeaderClassName
{
color: #98CDF1;
}
.AnyTagClassName
{
color: #98CDF1;
}
</style>
background-color css
<style>
a { background-color: #98CDF1; }
a { background-color: rgb(152,205,241); }
div.DivClassName
{
background-color: #98CDF1;
}
.BgClassName
{
background-color: #98CDF1;
}
</style>
border-color css
<style>
span { border-color: #98CDF1; }
span { border-color: rgb(152,205,241); }
td.TdClassName
{
border-color: #98CDF1;
}
.TagClassName
{
border-color: #98CDF1;
}
</style>