Shades of Cornflower #98C8DF
Tints of Cornflower #98C8DF
RGB
CMYK
RGB Variations
Color information
#98C8DF (or 0x98C8DF) is known color: Cornflower. HEX triplet: 98, C8 and DF. RGB value is (152,200,223). Sum of RGB (Red+Green+Blue) = 152+200+223=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #98C8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8DF is #673720. Grayscale: #BCBCBC. Windows color (decimal): -6764321 or 14665880. OLE color: 14665880.
HSL color Cylindrical-coordinate representation of color #98C8DF: hue angle of 199.44º 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 #98C8DF is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 200 | 223 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.13 |
| HSL | 199.44º | 0.53% | 0.74% | - |
| HSV(B) | 199.44º | 0.32% | 0.87% | - |
| XYZ | 46.92 | 53.31 | 77.63 | - |
| YUV | 188.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 223 | 0.32 | 0.10 | 0 | 0.13 | 199.44 | 0.53 | 0.74 |
| Hex | 98 | C8 | DF | 20 | A | 0 | D | C7 | 35 | 4A |
| Octal | 230 | 310 | 337 | 40 | 12 | 0 | 15 | 307 | 65 | 112 |
| Binary | 10011000 | 11001000 | 11011111 | 100000 | 1010 | 0 | 1101 | 11000111 | 110101 | 1001010 |
Color Harmonies of #98C8DF
Complementary color
Monochromatic Colors of #98C8DF
Black with #98C8DF
Text Example
Text Example
White with #98C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C8DF; }
p { color: rgb(152,200,223); }
H1.HeaderClassName
{
color: #98C8DF;
}
.AnyTagClassName
{
color: #98C8DF;
}
</style>
background-color css
<style>
a { background-color: #98C8DF; }
a { background-color: rgb(152,200,223); }
div.DivClassName
{
background-color: #98C8DF;
}
.BgClassName
{
background-color: #98C8DF;
}
</style>
border-color css
<style>
span { border-color: #98C8DF; }
span { border-color: rgb(152,200,223); }
td.TdClassName
{
border-color: #98C8DF;
}
.TagClassName
{
border-color: #98C8DF;
}
</style>