Shades of Cornflower #98BAE6
Tints of Cornflower #98BAE6
RGB
CMYK
RGB Variations
Color information
#98BAE6 (or 0x98BAE6) is known color: Cornflower. HEX triplet: 98, BA and E6. RGB value is (152,186,230). Sum of RGB (Red+Green+Blue) = 152+186+230=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #98BAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BAE6 is #674519. Grayscale: #B4B4B4. Windows color (decimal): -6767898 or 15121048. OLE color: 15121048.
HSL color Cylindrical-coordinate representation of color #98BAE6: hue angle of 213.85º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98BAE6 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 186 | 230 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.10 |
| HSL | 213.85º | 0.61% | 0.75% | - |
| HSV(B) | 213.85º | 0.34% | 0.9% | - |
| XYZ | 44.79 | 47.51 | 81.67 | - |
| YUV | 180.85 | 155.74 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 230 | 0.34 | 0.19 | 0 | 0.10 | 213.85 | 0.61 | 0.75 |
| Hex | 98 | BA | E6 | 22 | 13 | 0 | A | D6 | 3D | 4B |
| Octal | 230 | 272 | 346 | 42 | 23 | 0 | 12 | 326 | 75 | 113 |
| Binary | 10011000 | 10111010 | 11100110 | 100010 | 10011 | 0 | 1010 | 11010110 | 111101 | 1001011 |
Color Harmonies of #98BAE6
Complementary color
Monochromatic Colors of #98BAE6
Black with #98BAE6
Text Example
Text Example
White with #98BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BAE6; }
p { color: rgb(152,186,230); }
H1.HeaderClassName
{
color: #98BAE6;
}
.AnyTagClassName
{
color: #98BAE6;
}
</style>
background-color css
<style>
a { background-color: #98BAE6; }
a { background-color: rgb(152,186,230); }
div.DivClassName
{
background-color: #98BAE6;
}
.BgClassName
{
background-color: #98BAE6;
}
</style>
border-color css
<style>
span { border-color: #98BAE6; }
span { border-color: rgb(152,186,230); }
td.TdClassName
{
border-color: #98BAE6;
}
.TagClassName
{
border-color: #98BAE6;
}
</style>