Shades of Cornflower #98CDF0
Tints of Cornflower #98CDF0
RGB
CMYK
RGB Variations
Color information
#98CDF0 (or 0x98CDF0) is known color: Cornflower. HEX triplet: 98, CD and F0. RGB value is (152,205,240). Sum of RGB (Red+Green+Blue) = 152+205+240=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #98CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDF0 is #67320F. Grayscale: #C0C0C0. Windows color (decimal): -6763024 or 15781272. OLE color: 15781272.
HSL color Cylindrical-coordinate representation of color #98CDF0: hue angle of 203.86º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98CDF0 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 205 | 240 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.06 |
| HSL | 203.86º | 0.75% | 0.77% | - |
| HSV(B) | 203.86º | 0.37% | 0.94% | - |
| XYZ | 50.51 | 56.63 | 90.71 | - |
| YUV | 193.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 240 | 0.37 | 0.15 | 0 | 0.06 | 203.86 | 0.75 | 0.77 |
| Hex | 98 | CD | F0 | 25 | F | 0 | 6 | CC | 4B | 4D |
| Octal | 230 | 315 | 360 | 45 | 17 | 0 | 6 | 314 | 113 | 115 |
| Binary | 10011000 | 11001101 | 11110000 | 100101 | 1111 | 0 | 110 | 11001100 | 1001011 | 1001101 |
Color Harmonies of #98CDF0
Complementary color
Monochromatic Colors of #98CDF0
Black with #98CDF0
Text Example
Text Example
White with #98CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDF0; }
p { color: rgb(152,205,240); }
H1.HeaderClassName
{
color: #98CDF0;
}
.AnyTagClassName
{
color: #98CDF0;
}
</style>
background-color css
<style>
a { background-color: #98CDF0; }
a { background-color: rgb(152,205,240); }
div.DivClassName
{
background-color: #98CDF0;
}
.BgClassName
{
background-color: #98CDF0;
}
</style>
border-color css
<style>
span { border-color: #98CDF0; }
span { border-color: rgb(152,205,240); }
td.TdClassName
{
border-color: #98CDF0;
}
.TagClassName
{
border-color: #98CDF0;
}
</style>