Shades of Cornflower #98BCE3
Tints of Cornflower #98BCE3
RGB
CMYK
RGB Variations
Color information
#98BCE3 (or 0x98BCE3) is known color: Cornflower. HEX triplet: 98, BC and E3. RGB value is (152,188,227). Sum of RGB (Red+Green+Blue) = 152+188+227=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 227 - color contains mainly: blue. Hex color #98BCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCE3 is #67431C. Grayscale: #B5B5B5. Windows color (decimal): -6767389 or 14924952. OLE color: 14924952.
HSL color Cylindrical-coordinate representation of color #98BCE3: hue angle of 211.2º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98BCE3 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 188 | 227 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.11 |
| HSL | 211.2º | 0.57% | 0.74% | - |
| HSV(B) | 211.2º | 0.33% | 0.89% | - |
| XYZ | 44.8 | 48.19 | 79.61 | - |
| YUV | 181.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 227 | 0.33 | 0.17 | 0 | 0.11 | 211.2 | 0.57 | 0.74 |
| Hex | 98 | BC | E3 | 21 | 11 | 0 | B | D3 | 39 | 4A |
| Octal | 230 | 274 | 343 | 41 | 21 | 0 | 13 | 323 | 71 | 112 |
| Binary | 10011000 | 10111100 | 11100011 | 100001 | 10001 | 0 | 1011 | 11010011 | 111001 | 1001010 |
Color Harmonies of #98BCE3
Complementary color
Monochromatic Colors of #98BCE3
Black with #98BCE3
Text Example
Text Example
White with #98BCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCE3; }
p { color: rgb(152,188,227); }
H1.HeaderClassName
{
color: #98BCE3;
}
.AnyTagClassName
{
color: #98BCE3;
}
</style>
background-color css
<style>
a { background-color: #98BCE3; }
a { background-color: rgb(152,188,227); }
div.DivClassName
{
background-color: #98BCE3;
}
.BgClassName
{
background-color: #98BCE3;
}
</style>
border-color css
<style>
span { border-color: #98BCE3; }
span { border-color: rgb(152,188,227); }
td.TdClassName
{
border-color: #98BCE3;
}
.TagClassName
{
border-color: #98BCE3;
}
</style>