Shades of Cornflower #98C8F5
Tints of Cornflower #98C8F5
RGB
CMYK
RGB Variations
Color information
#98C8F5 (or 0x98C8F5) is known color: Cornflower. HEX triplet: 98, C8 and F5. RGB value is (152,200,245). Sum of RGB (Red+Green+Blue) = 152+200+245=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #98C8F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C8F5 is #67370A. Grayscale: #BEBEBE. Windows color (decimal): -6764299 or 16107672. OLE color: 16107672.
HSL color Cylindrical-coordinate representation of color #98C8F5: hue angle of 209.03º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98C8F5 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 200 | 245 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.04 |
| HSL | 209.03º | 0.82% | 0.78% | - |
| HSV(B) | 209.03º | 0.38% | 0.96% | - |
| XYZ | 50.08 | 54.58 | 94.28 | - |
| YUV | 190.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 245 | 0.38 | 0.18 | 0 | 0.04 | 209.03 | 0.82 | 0.78 |
| Hex | 98 | C8 | F5 | 26 | 12 | 0 | 4 | D1 | 52 | 4E |
| Octal | 230 | 310 | 365 | 46 | 22 | 0 | 4 | 321 | 122 | 116 |
| Binary | 10011000 | 11001000 | 11110101 | 100110 | 10010 | 0 | 100 | 11010001 | 1010010 | 1001110 |
Color Harmonies of #98C8F5
Complementary color
Monochromatic Colors of #98C8F5
Black with #98C8F5
Text Example
Text Example
White with #98C8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C8F5; }
p { color: rgb(152,200,245); }
H1.HeaderClassName
{
color: #98C8F5;
}
.AnyTagClassName
{
color: #98C8F5;
}
</style>
background-color css
<style>
a { background-color: #98C8F5; }
a { background-color: rgb(152,200,245); }
div.DivClassName
{
background-color: #98C8F5;
}
.BgClassName
{
background-color: #98C8F5;
}
</style>
border-color css
<style>
span { border-color: #98C8F5; }
span { border-color: rgb(152,200,245); }
td.TdClassName
{
border-color: #98C8F5;
}
.TagClassName
{
border-color: #98C8F5;
}
</style>