Shades of Cornflower #98C3DE
Tints of Cornflower #98C3DE
RGB
CMYK
RGB Variations
Color information
#98C3DE (or 0x98C3DE) is known color: Cornflower. HEX triplet: 98, C3 and DE. RGB value is (152,195,222). Sum of RGB (Red+Green+Blue) = 152+195+222=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #98C3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C3DE is #673C21. Grayscale: #B9B9B9. Windows color (decimal): -6765602 or 14599064. OLE color: 14599064.
HSL color Cylindrical-coordinate representation of color #98C3DE: hue angle of 203.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98C3DE is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 195 | 222 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.13 |
| HSL | 203.14º | 0.51% | 0.73% | - |
| HSV(B) | 203.14º | 0.32% | 0.87% | - |
| XYZ | 45.65 | 50.98 | 76.54 | - |
| YUV | 185.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 222 | 0.32 | 0.12 | 0 | 0.13 | 203.14 | 0.51 | 0.73 |
| Hex | 98 | C3 | DE | 20 | C | 0 | D | CB | 33 | 49 |
| Octal | 230 | 303 | 336 | 40 | 14 | 0 | 15 | 313 | 63 | 111 |
| Binary | 10011000 | 11000011 | 11011110 | 100000 | 1100 | 0 | 1101 | 11001011 | 110011 | 1001001 |
Color Harmonies of #98C3DE
Complementary color
Monochromatic Colors of #98C3DE
Black with #98C3DE
Text Example
Text Example
White with #98C3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C3DE; }
p { color: rgb(152,195,222); }
H1.HeaderClassName
{
color: #98C3DE;
}
.AnyTagClassName
{
color: #98C3DE;
}
</style>
background-color css
<style>
a { background-color: #98C3DE; }
a { background-color: rgb(152,195,222); }
div.DivClassName
{
background-color: #98C3DE;
}
.BgClassName
{
background-color: #98C3DE;
}
</style>
border-color css
<style>
span { border-color: #98C3DE; }
span { border-color: rgb(152,195,222); }
td.TdClassName
{
border-color: #98C3DE;
}
.TagClassName
{
border-color: #98C3DE;
}
</style>