Shades of Cornflower #98D1EE
Tints of Cornflower #98D1EE
RGB
CMYK
RGB Variations
Color information
#98D1EE (or 0x98D1EE) is known color: Cornflower. HEX triplet: 98, D1 and EE. RGB value is (152,209,238). Sum of RGB (Red+Green+Blue) = 152+209+238=599 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.38% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #98D1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D1EE is #672E11. Grayscale: #C3C3C3. Windows color (decimal): -6762002 or 15651224. OLE color: 15651224.
HSL color Cylindrical-coordinate representation of color #98D1EE: hue angle of 200.23º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D1EE is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 209 | 238 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.07 |
| HSL | 200.23º | 0.72% | 0.76% | - |
| HSV(B) | 200.23º | 0.36% | 0.93% | - |
| XYZ | 51.18 | 58.45 | 89.47 | - |
| YUV | 195.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 238 | 0.36 | 0.12 | 0 | 0.07 | 200.23 | 0.72 | 0.76 |
| Hex | 98 | D1 | EE | 24 | C | 0 | 7 | C8 | 48 | 4C |
| Octal | 230 | 321 | 356 | 44 | 14 | 0 | 7 | 310 | 110 | 114 |
| Binary | 10011000 | 11010001 | 11101110 | 100100 | 1100 | 0 | 111 | 11001000 | 1001000 | 1001100 |
Color Harmonies of #98D1EE
Complementary color
Monochromatic Colors of #98D1EE
Black with #98D1EE
Text Example
Text Example
White with #98D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D1EE; }
p { color: rgb(152,209,238); }
H1.HeaderClassName
{
color: #98D1EE;
}
.AnyTagClassName
{
color: #98D1EE;
}
</style>
background-color css
<style>
a { background-color: #98D1EE; }
a { background-color: rgb(152,209,238); }
div.DivClassName
{
background-color: #98D1EE;
}
.BgClassName
{
background-color: #98D1EE;
}
</style>
border-color css
<style>
span { border-color: #98D1EE; }
span { border-color: rgb(152,209,238); }
td.TdClassName
{
border-color: #98D1EE;
}
.TagClassName
{
border-color: #98D1EE;
}
</style>