Shades of Cornflower #98C4DF
Tints of Cornflower #98C4DF
RGB
CMYK
RGB Variations
Color information
#98C4DF (or 0x98C4DF) is known color: Cornflower. HEX triplet: 98, C4 and DF. RGB value is (152,196,223). Sum of RGB (Red+Green+Blue) = 152+196+223=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #98C4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C4DF is #673B20. Grayscale: #B9B9B9. Windows color (decimal): -6765345 or 14664856. OLE color: 14664856.
HSL color Cylindrical-coordinate representation of color #98C4DF: hue angle of 202.82º 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 #98C4DF is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 196 | 223 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.13 |
| HSL | 202.82º | 0.53% | 0.74% | - |
| HSV(B) | 202.82º | 0.32% | 0.87% | - |
| XYZ | 46.01 | 51.48 | 77.32 | - |
| YUV | 185.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 196 | 223 | 0.32 | 0.12 | 0 | 0.13 | 202.82 | 0.53 | 0.74 |
| Hex | 98 | C4 | DF | 20 | C | 0 | D | CB | 35 | 4A |
| Octal | 230 | 304 | 337 | 40 | 14 | 0 | 15 | 313 | 65 | 112 |
| Binary | 10011000 | 11000100 | 11011111 | 100000 | 1100 | 0 | 1101 | 11001011 | 110101 | 1001010 |
Color Harmonies of #98C4DF
Complementary color
Monochromatic Colors of #98C4DF
Black with #98C4DF
Text Example
Text Example
White with #98C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C4DF; }
p { color: rgb(152,196,223); }
H1.HeaderClassName
{
color: #98C4DF;
}
.AnyTagClassName
{
color: #98C4DF;
}
</style>
background-color css
<style>
a { background-color: #98C4DF; }
a { background-color: rgb(152,196,223); }
div.DivClassName
{
background-color: #98C4DF;
}
.BgClassName
{
background-color: #98C4DF;
}
</style>
border-color css
<style>
span { border-color: #98C4DF; }
span { border-color: rgb(152,196,223); }
td.TdClassName
{
border-color: #98C4DF;
}
.TagClassName
{
border-color: #98C4DF;
}
</style>