Shades of Cornflower #98C0DF
Tints of Cornflower #98C0DF
RGB
CMYK
RGB Variations
Color information
#98C0DF (or 0x98C0DF) is known color: Cornflower. HEX triplet: 98, C0 and DF. RGB value is (152,192,223). Sum of RGB (Red+Green+Blue) = 152+192+223=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #98C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C0DF is #673F20. Grayscale: #B7B7B7. Windows color (decimal): -6766369 or 14663832. OLE color: 14663832.
HSL color Cylindrical-coordinate representation of color #98C0DF: hue angle of 206.2º 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 #98C0DF is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 192 | 223 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.13 |
| HSL | 206.2º | 0.53% | 0.74% | - |
| HSV(B) | 206.2º | 0.32% | 0.87% | - |
| XYZ | 45.12 | 49.7 | 77.03 | - |
| YUV | 183.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 223 | 0.32 | 0.14 | 0 | 0.13 | 206.2 | 0.53 | 0.74 |
| Hex | 98 | C0 | DF | 20 | E | 0 | D | CE | 35 | 4A |
| Octal | 230 | 300 | 337 | 40 | 16 | 0 | 15 | 316 | 65 | 112 |
| Binary | 10011000 | 11000000 | 11011111 | 100000 | 1110 | 0 | 1101 | 11001110 | 110101 | 1001010 |
Color Harmonies of #98C0DF
Complementary color
Monochromatic Colors of #98C0DF
Black with #98C0DF
Text Example
Text Example
White with #98C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0DF; }
p { color: rgb(152,192,223); }
H1.HeaderClassName
{
color: #98C0DF;
}
.AnyTagClassName
{
color: #98C0DF;
}
</style>
background-color css
<style>
a { background-color: #98C0DF; }
a { background-color: rgb(152,192,223); }
div.DivClassName
{
background-color: #98C0DF;
}
.BgClassName
{
background-color: #98C0DF;
}
</style>
border-color css
<style>
span { border-color: #98C0DF; }
span { border-color: rgb(152,192,223); }
td.TdClassName
{
border-color: #98C0DF;
}
.TagClassName
{
border-color: #98C0DF;
}
</style>