Shades of Cornflower #98BFDD
Tints of Cornflower #98BFDD
RGB
CMYK
RGB Variations
Color information
#98BFDD (or 0x98BFDD) is known color: Cornflower. HEX triplet: 98, BF and DD. RGB value is (152,191,221). Sum of RGB (Red+Green+Blue) = 152+191+221=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #98BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFDD is #674022. Grayscale: #B6B6B6. Windows color (decimal): -6766627 or 14532504. OLE color: 14532504.
HSL color Cylindrical-coordinate representation of color #98BFDD: hue angle of 206.09º 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 #98BFDD is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 191 | 221 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.13 |
| HSL | 206.09º | 0.5% | 0.73% | - |
| HSV(B) | 206.09º | 0.31% | 0.87% | - |
| XYZ | 44.63 | 49.16 | 75.54 | - |
| YUV | 182.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 221 | 0.31 | 0.14 | 0 | 0.13 | 206.09 | 0.5 | 0.73 |
| Hex | 98 | BF | DD | 1F | E | 0 | D | CE | 32 | 49 |
| Octal | 230 | 277 | 335 | 37 | 16 | 0 | 15 | 316 | 62 | 111 |
| Binary | 10011000 | 10111111 | 11011101 | 11111 | 1110 | 0 | 1101 | 11001110 | 110010 | 1001001 |
Color Harmonies of #98BFDD
Complementary color
Monochromatic Colors of #98BFDD
Black with #98BFDD
Text Example
Text Example
White with #98BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BFDD; }
p { color: rgb(152,191,221); }
H1.HeaderClassName
{
color: #98BFDD;
}
.AnyTagClassName
{
color: #98BFDD;
}
</style>
background-color css
<style>
a { background-color: #98BFDD; }
a { background-color: rgb(152,191,221); }
div.DivClassName
{
background-color: #98BFDD;
}
.BgClassName
{
background-color: #98BFDD;
}
</style>
border-color css
<style>
span { border-color: #98BFDD; }
span { border-color: rgb(152,191,221); }
td.TdClassName
{
border-color: #98BFDD;
}
.TagClassName
{
border-color: #98BFDD;
}
</style>