Shades of Cornflower #98CCE1
Tints of Cornflower #98CCE1
RGB
CMYK
RGB Variations
Color information
#98CCE1 (or 0x98CCE1) is known color: Cornflower. HEX triplet: 98, CC and E1. RGB value is (152,204,225). Sum of RGB (Red+Green+Blue) = 152+204+225=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #98CCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCE1 is #67331E. Grayscale: #BEBEBE. Windows color (decimal): -6763295 or 14797976. OLE color: 14797976.
HSL color Cylindrical-coordinate representation of color #98CCE1: hue angle of 197.26º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CCE1 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 204 | 225 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.12 |
| HSL | 197.26º | 0.55% | 0.74% | - |
| HSV(B) | 197.26º | 0.32% | 0.88% | - |
| XYZ | 48.13 | 55.3 | 79.37 | - |
| YUV | 190.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 225 | 0.32 | 0.09 | 0 | 0.12 | 197.26 | 0.55 | 0.74 |
| Hex | 98 | CC | E1 | 20 | 9 | 0 | C | C5 | 37 | 4A |
| Octal | 230 | 314 | 341 | 40 | 11 | 0 | 14 | 305 | 67 | 112 |
| Binary | 10011000 | 11001100 | 11100001 | 100000 | 1001 | 0 | 1100 | 11000101 | 110111 | 1001010 |
Color Harmonies of #98CCE1
Complementary color
Monochromatic Colors of #98CCE1
Black with #98CCE1
Text Example
Text Example
White with #98CCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CCE1; }
p { color: rgb(152,204,225); }
H1.HeaderClassName
{
color: #98CCE1;
}
.AnyTagClassName
{
color: #98CCE1;
}
</style>
background-color css
<style>
a { background-color: #98CCE1; }
a { background-color: rgb(152,204,225); }
div.DivClassName
{
background-color: #98CCE1;
}
.BgClassName
{
background-color: #98CCE1;
}
</style>
border-color css
<style>
span { border-color: #98CCE1; }
span { border-color: rgb(152,204,225); }
td.TdClassName
{
border-color: #98CCE1;
}
.TagClassName
{
border-color: #98CCE1;
}
</style>