Shades of Cornflower #98C2DD
Tints of Cornflower #98C2DD
RGB
CMYK
RGB Variations
Color information
#98C2DD (or 0x98C2DD) is known color: Cornflower. HEX triplet: 98, C2 and DD. RGB value is (152,194,221). Sum of RGB (Red+Green+Blue) = 152+194+221=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C2DD is #673D22. Grayscale: #B8B8B8. Windows color (decimal): -6765859 or 14533272. OLE color: 14533272.
HSL color Cylindrical-coordinate representation of color #98C2DD: hue angle of 203.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C2DD is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 194 | 221 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.13 |
| HSL | 203.48º | 0.5% | 0.73% | - |
| HSV(B) | 203.48º | 0.31% | 0.87% | - |
| XYZ | 45.29 | 50.48 | 75.76 | - |
| YUV | 184.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 221 | 0.31 | 0.12 | 0 | 0.13 | 203.48 | 0.5 | 0.73 |
| Hex | 98 | C2 | DD | 1F | C | 0 | D | CB | 32 | 49 |
| Octal | 230 | 302 | 335 | 37 | 14 | 0 | 15 | 313 | 62 | 111 |
| Binary | 10011000 | 11000010 | 11011101 | 11111 | 1100 | 0 | 1101 | 11001011 | 110010 | 1001001 |
Color Harmonies of #98C2DD
Complementary color
Monochromatic Colors of #98C2DD
Black with #98C2DD
Text Example
Text Example
White with #98C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C2DD; }
p { color: rgb(152,194,221); }
H1.HeaderClassName
{
color: #98C2DD;
}
.AnyTagClassName
{
color: #98C2DD;
}
</style>
background-color css
<style>
a { background-color: #98C2DD; }
a { background-color: rgb(152,194,221); }
div.DivClassName
{
background-color: #98C2DD;
}
.BgClassName
{
background-color: #98C2DD;
}
</style>
border-color css
<style>
span { border-color: #98C2DD; }
span { border-color: rgb(152,194,221); }
td.TdClassName
{
border-color: #98C2DD;
}
.TagClassName
{
border-color: #98C2DD;
}
</style>