Shades of Cornflower #98BBDF
Tints of Cornflower #98BBDF
RGB
CMYK
RGB Variations
Color information
#98BBDF (or 0x98BBDF) is known color: Cornflower. HEX triplet: 98, BB and DF. RGB value is (152,187,223). Sum of RGB (Red+Green+Blue) = 152+187+223=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #98BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBDF is #674420. Grayscale: #B4B4B4. Windows color (decimal): -6767649 or 14662552. OLE color: 14662552.
HSL color Cylindrical-coordinate representation of color #98BBDF: hue angle of 210.42º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98BBDF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 187 | 223 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.13 |
| HSL | 210.42º | 0.53% | 0.74% | - |
| HSV(B) | 210.42º | 0.32% | 0.87% | - |
| XYZ | 44.04 | 47.54 | 76.67 | - |
| YUV | 180.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 223 | 0.32 | 0.16 | 0 | 0.13 | 210.42 | 0.53 | 0.74 |
| Hex | 98 | BB | DF | 20 | 10 | 0 | D | D2 | 35 | 4A |
| Octal | 230 | 273 | 337 | 40 | 20 | 0 | 15 | 322 | 65 | 112 |
| Binary | 10011000 | 10111011 | 11011111 | 100000 | 10000 | 0 | 1101 | 11010010 | 110101 | 1001010 |
Color Harmonies of #98BBDF
Complementary color
Monochromatic Colors of #98BBDF
Black with #98BBDF
Text Example
Text Example
White with #98BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBDF; }
p { color: rgb(152,187,223); }
H1.HeaderClassName
{
color: #98BBDF;
}
.AnyTagClassName
{
color: #98BBDF;
}
</style>
background-color css
<style>
a { background-color: #98BBDF; }
a { background-color: rgb(152,187,223); }
div.DivClassName
{
background-color: #98BBDF;
}
.BgClassName
{
background-color: #98BBDF;
}
</style>
border-color css
<style>
span { border-color: #98BBDF; }
span { border-color: rgb(152,187,223); }
td.TdClassName
{
border-color: #98BBDF;
}
.TagClassName
{
border-color: #98BBDF;
}
</style>