Shades of Cornflower #98D1EA
Tints of Cornflower #98D1EA
RGB
CMYK
RGB Variations
Color information
#98D1EA (or 0x98D1EA) is known color: Cornflower. HEX triplet: 98, D1 and EA. RGB value is (152,209,234). Sum of RGB (Red+Green+Blue) = 152+209+234=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #98D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D1EA is #672E15. Grayscale: #C2C2C2. Windows color (decimal): -6762006 or 15389080. OLE color: 15389080.
HSL color Cylindrical-coordinate representation of color #98D1EA: hue angle of 198.29º 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 #98D1EA is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 209 | 234 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.08 |
| HSL | 198.29º | 0.66% | 0.76% | - |
| HSV(B) | 198.29º | 0.35% | 0.92% | - |
| XYZ | 50.6 | 58.22 | 86.41 | - |
| YUV | 194.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 234 | 0.35 | 0.11 | 0 | 0.08 | 198.29 | 0.66 | 0.76 |
| Hex | 98 | D1 | EA | 23 | B | 0 | 8 | C6 | 42 | 4C |
| Octal | 230 | 321 | 352 | 43 | 13 | 0 | 10 | 306 | 102 | 114 |
| Binary | 10011000 | 11010001 | 11101010 | 100011 | 1011 | 0 | 1000 | 11000110 | 1000010 | 1001100 |
Color Harmonies of #98D1EA
Complementary color
Monochromatic Colors of #98D1EA
Black with #98D1EA
Text Example
Text Example
White with #98D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D1EA; }
p { color: rgb(152,209,234); }
H1.HeaderClassName
{
color: #98D1EA;
}
.AnyTagClassName
{
color: #98D1EA;
}
</style>
background-color css
<style>
a { background-color: #98D1EA; }
a { background-color: rgb(152,209,234); }
div.DivClassName
{
background-color: #98D1EA;
}
.BgClassName
{
background-color: #98D1EA;
}
</style>
border-color css
<style>
span { border-color: #98D1EA; }
span { border-color: rgb(152,209,234); }
td.TdClassName
{
border-color: #98D1EA;
}
.TagClassName
{
border-color: #98D1EA;
}
</style>