Shades of Cornflower #98CDE6
Tints of Cornflower #98CDE6
RGB
CMYK
RGB Variations
Color information
#98CDE6 (or 0x98CDE6) is known color: Cornflower. HEX triplet: 98, CD and E6. RGB value is (152,205,230). Sum of RGB (Red+Green+Blue) = 152+205+230=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #98CDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDE6 is #673219. Grayscale: #BFBFBF. Windows color (decimal): -6763034 or 15125912. OLE color: 15125912.
HSL color Cylindrical-coordinate representation of color #98CDE6: hue angle of 199.23º degrees, saturation: 0.61, 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 #98CDE6 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 205 | 230 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.10 |
| HSL | 199.23º | 0.61% | 0.75% | - |
| HSV(B) | 199.23º | 0.34% | 0.9% | - |
| XYZ | 49.06 | 56.05 | 83.1 | - |
| YUV | 192 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 230 | 0.34 | 0.11 | 0 | 0.10 | 199.23 | 0.61 | 0.75 |
| Hex | 98 | CD | E6 | 22 | B | 0 | A | C7 | 3D | 4B |
| Octal | 230 | 315 | 346 | 42 | 13 | 0 | 12 | 307 | 75 | 113 |
| Binary | 10011000 | 11001101 | 11100110 | 100010 | 1011 | 0 | 1010 | 11000111 | 111101 | 1001011 |
Color Harmonies of #98CDE6
Complementary color
Monochromatic Colors of #98CDE6
Black with #98CDE6
Text Example
Text Example
White with #98CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDE6; }
p { color: rgb(152,205,230); }
H1.HeaderClassName
{
color: #98CDE6;
}
.AnyTagClassName
{
color: #98CDE6;
}
</style>
background-color css
<style>
a { background-color: #98CDE6; }
a { background-color: rgb(152,205,230); }
div.DivClassName
{
background-color: #98CDE6;
}
.BgClassName
{
background-color: #98CDE6;
}
</style>
border-color css
<style>
span { border-color: #98CDE6; }
span { border-color: rgb(152,205,230); }
td.TdClassName
{
border-color: #98CDE6;
}
.TagClassName
{
border-color: #98CDE6;
}
</style>