Shades of Cornflower #98BCE7
Tints of Cornflower #98BCE7
RGB
CMYK
RGB Variations
Color information
#98BCE7 (or 0x98BCE7) is known color: Cornflower. HEX triplet: 98, BC and E7. RGB value is (152,188,231). Sum of RGB (Red+Green+Blue) = 152+188+231=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #98BCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BCE7 is #674318. Grayscale: #B5B5B5. Windows color (decimal): -6767385 or 15187096. OLE color: 15187096.
HSL color Cylindrical-coordinate representation of color #98BCE7: hue angle of 212.66º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98BCE7 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 188 | 231 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.09 |
| HSL | 212.66º | 0.62% | 0.75% | - |
| HSV(B) | 212.66º | 0.34% | 0.91% | - |
| XYZ | 45.36 | 48.41 | 82.56 | - |
| YUV | 182.14 | 155.57 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 231 | 0.34 | 0.19 | 0 | 0.09 | 212.66 | 0.62 | 0.75 |
| Hex | 98 | BC | E7 | 22 | 13 | 0 | 9 | D5 | 3E | 4B |
| Octal | 230 | 274 | 347 | 42 | 23 | 0 | 11 | 325 | 76 | 113 |
| Binary | 10011000 | 10111100 | 11100111 | 100010 | 10011 | 0 | 1001 | 11010101 | 111110 | 1001011 |
Color Harmonies of #98BCE7
Complementary color
Monochromatic Colors of #98BCE7
Black with #98BCE7
Text Example
Text Example
White with #98BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCE7; }
p { color: rgb(152,188,231); }
H1.HeaderClassName
{
color: #98BCE7;
}
.AnyTagClassName
{
color: #98BCE7;
}
</style>
background-color css
<style>
a { background-color: #98BCE7; }
a { background-color: rgb(152,188,231); }
div.DivClassName
{
background-color: #98BCE7;
}
.BgClassName
{
background-color: #98BCE7;
}
</style>
border-color css
<style>
span { border-color: #98BCE7; }
span { border-color: rgb(152,188,231); }
td.TdClassName
{
border-color: #98BCE7;
}
.TagClassName
{
border-color: #98BCE7;
}
</style>