Shades of Cornflower #98C1E3
Tints of Cornflower #98C1E3
RGB
CMYK
RGB Variations
Color information
#98C1E3 (or 0x98C1E3) is known color: Cornflower. HEX triplet: 98, C1 and E3. RGB value is (152,193,227). Sum of RGB (Red+Green+Blue) = 152+193+227=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #98C1E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C1E3 is #673E1C. Grayscale: #B8B8B8. Windows color (decimal): -6766109 or 14926232. OLE color: 14926232.
HSL color Cylindrical-coordinate representation of color #98C1E3: hue angle of 207.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 #98C1E3 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 193 | 227 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.11 |
| HSL | 207.2º | 0.57% | 0.74% | - |
| HSV(B) | 207.2º | 0.33% | 0.89% | - |
| XYZ | 45.88 | 50.36 | 79.98 | - |
| YUV | 184.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 227 | 0.33 | 0.15 | 0 | 0.11 | 207.2 | 0.57 | 0.74 |
| Hex | 98 | C1 | E3 | 21 | F | 0 | B | CF | 39 | 4A |
| Octal | 230 | 301 | 343 | 41 | 17 | 0 | 13 | 317 | 71 | 112 |
| Binary | 10011000 | 11000001 | 11100011 | 100001 | 1111 | 0 | 1011 | 11001111 | 111001 | 1001010 |
Color Harmonies of #98C1E3
Complementary color
Monochromatic Colors of #98C1E3
Black with #98C1E3
Text Example
Text Example
White with #98C1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C1E3; }
p { color: rgb(152,193,227); }
H1.HeaderClassName
{
color: #98C1E3;
}
.AnyTagClassName
{
color: #98C1E3;
}
</style>
background-color css
<style>
a { background-color: #98C1E3; }
a { background-color: rgb(152,193,227); }
div.DivClassName
{
background-color: #98C1E3;
}
.BgClassName
{
background-color: #98C1E3;
}
</style>
border-color css
<style>
span { border-color: #98C1E3; }
span { border-color: rgb(152,193,227); }
td.TdClassName
{
border-color: #98C1E3;
}
.TagClassName
{
border-color: #98C1E3;
}
</style>