Shades of Cornflower #98CDE5
Tints of Cornflower #98CDE5
RGB
CMYK
RGB Variations
Color information
#98CDE5 (or 0x98CDE5) is known color: Cornflower. HEX triplet: 98, CD and E5. RGB value is (152,205,229). Sum of RGB (Red+Green+Blue) = 152+205+229=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #98CDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDE5 is #67321A. Grayscale: #BFBFBF. Windows color (decimal): -6763035 or 15060376. OLE color: 15060376.
HSL color Cylindrical-coordinate representation of color #98CDE5: hue angle of 198.7º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98CDE5 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 205 | 229 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.10 |
| HSL | 198.7º | 0.6% | 0.75% | - |
| HSV(B) | 198.7º | 0.34% | 0.9% | - |
| XYZ | 48.92 | 56 | 82.36 | - |
| YUV | 191.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 229 | 0.34 | 0.10 | 0 | 0.10 | 198.7 | 0.6 | 0.75 |
| Hex | 98 | CD | E5 | 22 | A | 0 | A | C7 | 3C | 4B |
| Octal | 230 | 315 | 345 | 42 | 12 | 0 | 12 | 307 | 74 | 113 |
| Binary | 10011000 | 11001101 | 11100101 | 100010 | 1010 | 0 | 1010 | 11000111 | 111100 | 1001011 |
Color Harmonies of #98CDE5
Complementary color
Monochromatic Colors of #98CDE5
Black with #98CDE5
Text Example
Text Example
White with #98CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDE5; }
p { color: rgb(152,205,229); }
H1.HeaderClassName
{
color: #98CDE5;
}
.AnyTagClassName
{
color: #98CDE5;
}
</style>
background-color css
<style>
a { background-color: #98CDE5; }
a { background-color: rgb(152,205,229); }
div.DivClassName
{
background-color: #98CDE5;
}
.BgClassName
{
background-color: #98CDE5;
}
</style>
border-color css
<style>
span { border-color: #98CDE5; }
span { border-color: rgb(152,205,229); }
td.TdClassName
{
border-color: #98CDE5;
}
.TagClassName
{
border-color: #98CDE5;
}
</style>