Shades of Cornflower #98C7DF
Tints of Cornflower #98C7DF
RGB
CMYK
RGB Variations
Color information
#98C7DF (or 0x98C7DF) is known color: Cornflower. HEX triplet: 98, C7 and DF. RGB value is (152,199,223). Sum of RGB (Red+Green+Blue) = 152+199+223=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #98C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C7DF is #673820. Grayscale: #BBBBBB. Windows color (decimal): -6764577 or 14665624. OLE color: 14665624.
HSL color Cylindrical-coordinate representation of color #98C7DF: hue angle of 200.28º 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 #98C7DF is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 199 | 223 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.13 |
| HSL | 200.28º | 0.53% | 0.74% | - |
| HSV(B) | 200.28º | 0.32% | 0.87% | - |
| XYZ | 46.69 | 52.85 | 77.55 | - |
| YUV | 187.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 199 | 223 | 0.32 | 0.11 | 0 | 0.13 | 200.28 | 0.53 | 0.74 |
| Hex | 98 | C7 | DF | 20 | B | 0 | D | C8 | 35 | 4A |
| Octal | 230 | 307 | 337 | 40 | 13 | 0 | 15 | 310 | 65 | 112 |
| Binary | 10011000 | 11000111 | 11011111 | 100000 | 1011 | 0 | 1101 | 11001000 | 110101 | 1001010 |
Color Harmonies of #98C7DF
Complementary color
Monochromatic Colors of #98C7DF
Black with #98C7DF
Text Example
Text Example
White with #98C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C7DF; }
p { color: rgb(152,199,223); }
H1.HeaderClassName
{
color: #98C7DF;
}
.AnyTagClassName
{
color: #98C7DF;
}
</style>
background-color css
<style>
a { background-color: #98C7DF; }
a { background-color: rgb(152,199,223); }
div.DivClassName
{
background-color: #98C7DF;
}
.BgClassName
{
background-color: #98C7DF;
}
</style>
border-color css
<style>
span { border-color: #98C7DF; }
span { border-color: rgb(152,199,223); }
td.TdClassName
{
border-color: #98C7DF;
}
.TagClassName
{
border-color: #98C7DF;
}
</style>