Shades of Cornflower #98C7F2
Tints of Cornflower #98C7F2
RGB
CMYK
RGB Variations
Color information
#98C7F2 (or 0x98C7F2) is known color: Cornflower. HEX triplet: 98, C7 and F2. RGB value is (152,199,242). Sum of RGB (Red+Green+Blue) = 152+199+242=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #98C7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C7F2 is #67380D. Grayscale: #BDBDBD. Windows color (decimal): -6764558 or 15910808. OLE color: 15910808.
HSL color Cylindrical-coordinate representation of color #98C7F2: hue angle of 208.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98C7F2 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 199 | 242 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.05 |
| HSL | 208.67º | 0.78% | 0.77% | - |
| HSV(B) | 208.67º | 0.37% | 0.95% | - |
| XYZ | 49.4 | 53.93 | 91.81 | - |
| YUV | 189.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 199 | 242 | 0.37 | 0.18 | 0 | 0.05 | 208.67 | 0.78 | 0.77 |
| Hex | 98 | C7 | F2 | 25 | 12 | 0 | 5 | D1 | 4E | 4D |
| Octal | 230 | 307 | 362 | 45 | 22 | 0 | 5 | 321 | 116 | 115 |
| Binary | 10011000 | 11000111 | 11110010 | 100101 | 10010 | 0 | 101 | 11010001 | 1001110 | 1001101 |
Color Harmonies of #98C7F2
Complementary color
Monochromatic Colors of #98C7F2
Black with #98C7F2
Text Example
Text Example
White with #98C7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C7F2; }
p { color: rgb(152,199,242); }
H1.HeaderClassName
{
color: #98C7F2;
}
.AnyTagClassName
{
color: #98C7F2;
}
</style>
background-color css
<style>
a { background-color: #98C7F2; }
a { background-color: rgb(152,199,242); }
div.DivClassName
{
background-color: #98C7F2;
}
.BgClassName
{
background-color: #98C7F2;
}
</style>
border-color css
<style>
span { border-color: #98C7F2; }
span { border-color: rgb(152,199,242); }
td.TdClassName
{
border-color: #98C7F2;
}
.TagClassName
{
border-color: #98C7F2;
}
</style>