Shades of Cornflower #98BBE1
Tints of Cornflower #98BBE1
RGB
CMYK
RGB Variations
Color information
#98BBE1 (or 0x98BBE1) is known color: Cornflower. HEX triplet: 98, BB and E1. RGB value is (152,187,225). Sum of RGB (Red+Green+Blue) = 152+187+225=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #98BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBE1 is #67441E. Grayscale: #B4B4B4. Windows color (decimal): -6767647 or 14793624. OLE color: 14793624.
HSL color Cylindrical-coordinate representation of color #98BBE1: hue angle of 211.23º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98BBE1 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 187 | 225 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.12 |
| HSL | 211.23º | 0.55% | 0.74% | - |
| HSV(B) | 211.23º | 0.32% | 0.88% | - |
| XYZ | 44.31 | 47.65 | 78.1 | - |
| YUV | 180.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 225 | 0.32 | 0.17 | 0 | 0.12 | 211.23 | 0.55 | 0.74 |
| Hex | 98 | BB | E1 | 20 | 11 | 0 | C | D3 | 37 | 4A |
| Octal | 230 | 273 | 341 | 40 | 21 | 0 | 14 | 323 | 67 | 112 |
| Binary | 10011000 | 10111011 | 11100001 | 100000 | 10001 | 0 | 1100 | 11010011 | 110111 | 1001010 |
Color Harmonies of #98BBE1
Complementary color
Monochromatic Colors of #98BBE1
Black with #98BBE1
Text Example
Text Example
White with #98BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBE1; }
p { color: rgb(152,187,225); }
H1.HeaderClassName
{
color: #98BBE1;
}
.AnyTagClassName
{
color: #98BBE1;
}
</style>
background-color css
<style>
a { background-color: #98BBE1; }
a { background-color: rgb(152,187,225); }
div.DivClassName
{
background-color: #98BBE1;
}
.BgClassName
{
background-color: #98BBE1;
}
</style>
border-color css
<style>
span { border-color: #98BBE1; }
span { border-color: rgb(152,187,225); }
td.TdClassName
{
border-color: #98BBE1;
}
.TagClassName
{
border-color: #98BBE1;
}
</style>