Shades of Cornflower #98C9DF
Tints of Cornflower #98C9DF
RGB
CMYK
RGB Variations
Color information
#98C9DF (or 0x98C9DF) is known color: Cornflower. HEX triplet: 98, C9 and DF. RGB value is (152,201,223). Sum of RGB (Red+Green+Blue) = 152+201+223=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #98C9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C9DF is #673620. Grayscale: #BCBCBC. Windows color (decimal): -6764065 or 14666136. OLE color: 14666136.
HSL color Cylindrical-coordinate representation of color #98C9DF: hue angle of 198.59º 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 #98C9DF is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 201 | 223 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.13 |
| HSL | 198.59º | 0.53% | 0.74% | - |
| HSV(B) | 198.59º | 0.32% | 0.87% | - |
| XYZ | 47.15 | 53.78 | 77.71 | - |
| YUV | 188.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 223 | 0.32 | 0.10 | 0 | 0.13 | 198.59 | 0.53 | 0.74 |
| Hex | 98 | C9 | DF | 20 | A | 0 | D | C7 | 35 | 4A |
| Octal | 230 | 311 | 337 | 40 | 12 | 0 | 15 | 307 | 65 | 112 |
| Binary | 10011000 | 11001001 | 11011111 | 100000 | 1010 | 0 | 1101 | 11000111 | 110101 | 1001010 |
Color Harmonies of #98C9DF
Complementary color
Monochromatic Colors of #98C9DF
Black with #98C9DF
Text Example
Text Example
White with #98C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C9DF; }
p { color: rgb(152,201,223); }
H1.HeaderClassName
{
color: #98C9DF;
}
.AnyTagClassName
{
color: #98C9DF;
}
</style>
background-color css
<style>
a { background-color: #98C9DF; }
a { background-color: rgb(152,201,223); }
div.DivClassName
{
background-color: #98C9DF;
}
.BgClassName
{
background-color: #98C9DF;
}
</style>
border-color css
<style>
span { border-color: #98C9DF; }
span { border-color: rgb(152,201,223); }
td.TdClassName
{
border-color: #98C9DF;
}
.TagClassName
{
border-color: #98C9DF;
}
</style>