Shades of Cornflower #98C5DF
Tints of Cornflower #98C5DF
RGB
CMYK
RGB Variations
Color information
#98C5DF (or 0x98C5DF) is known color: Cornflower. HEX triplet: 98, C5 and DF. RGB value is (152,197,223). Sum of RGB (Red+Green+Blue) = 152+197+223=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #98C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5DF is #673A20. Grayscale: #BABABA. Windows color (decimal): -6765089 or 14665112. OLE color: 14665112.
HSL color Cylindrical-coordinate representation of color #98C5DF: hue angle of 201.97º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98C5DF is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 197 | 223 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.13 |
| HSL | 201.97º | 0.53% | 0.74% | - |
| HSV(B) | 201.97º | 0.32% | 0.87% | - |
| XYZ | 46.23 | 51.94 | 77.4 | - |
| YUV | 186.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 223 | 0.32 | 0.12 | 0 | 0.13 | 201.97 | 0.53 | 0.74 |
| Hex | 98 | C5 | DF | 20 | C | 0 | D | CA | 35 | 4A |
| Octal | 230 | 305 | 337 | 40 | 14 | 0 | 15 | 312 | 65 | 112 |
| Binary | 10011000 | 11000101 | 11011111 | 100000 | 1100 | 0 | 1101 | 11001010 | 110101 | 1001010 |
Color Harmonies of #98C5DF
Complementary color
Monochromatic Colors of #98C5DF
Black with #98C5DF
Text Example
Text Example
White with #98C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5DF; }
p { color: rgb(152,197,223); }
H1.HeaderClassName
{
color: #98C5DF;
}
.AnyTagClassName
{
color: #98C5DF;
}
</style>
background-color css
<style>
a { background-color: #98C5DF; }
a { background-color: rgb(152,197,223); }
div.DivClassName
{
background-color: #98C5DF;
}
.BgClassName
{
background-color: #98C5DF;
}
</style>
border-color css
<style>
span { border-color: #98C5DF; }
span { border-color: rgb(152,197,223); }
td.TdClassName
{
border-color: #98C5DF;
}
.TagClassName
{
border-color: #98C5DF;
}
</style>