Shades of Cornflower #98D3EA
Tints of Cornflower #98D3EA
RGB
CMYK
RGB Variations
Color information
#98D3EA (or 0x98D3EA) is known color: Cornflower. HEX triplet: 98, D3 and EA. RGB value is (152,211,234). Sum of RGB (Red+Green+Blue) = 152+211+234=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #98D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D3EA is #672C15. Grayscale: #C3C3C3. Windows color (decimal): -6761494 or 15389592. OLE color: 15389592.
HSL color Cylindrical-coordinate representation of color #98D3EA: hue angle of 196.83º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98D3EA is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 211 | 234 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.08 |
| HSL | 196.83º | 0.66% | 0.76% | - |
| HSV(B) | 196.83º | 0.35% | 0.92% | - |
| XYZ | 51.09 | 59.2 | 86.58 | - |
| YUV | 195.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 234 | 0.35 | 0.10 | 0 | 0.08 | 196.83 | 0.66 | 0.76 |
| Hex | 98 | D3 | EA | 23 | A | 0 | 8 | C5 | 42 | 4C |
| Octal | 230 | 323 | 352 | 43 | 12 | 0 | 10 | 305 | 102 | 114 |
| Binary | 10011000 | 11010011 | 11101010 | 100011 | 1010 | 0 | 1000 | 11000101 | 1000010 | 1001100 |
Color Harmonies of #98D3EA
Complementary color
Monochromatic Colors of #98D3EA
Black with #98D3EA
Text Example
Text Example
White with #98D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D3EA; }
p { color: rgb(152,211,234); }
H1.HeaderClassName
{
color: #98D3EA;
}
.AnyTagClassName
{
color: #98D3EA;
}
</style>
background-color css
<style>
a { background-color: #98D3EA; }
a { background-color: rgb(152,211,234); }
div.DivClassName
{
background-color: #98D3EA;
}
.BgClassName
{
background-color: #98D3EA;
}
</style>
border-color css
<style>
span { border-color: #98D3EA; }
span { border-color: rgb(152,211,234); }
td.TdClassName
{
border-color: #98D3EA;
}
.TagClassName
{
border-color: #98D3EA;
}
</style>