Shades of Cornflower #98BBDC
Tints of Cornflower #98BBDC
RGB
CMYK
RGB Variations
Color information
#98BBDC (or 0x98BBDC) is known color: Cornflower. HEX triplet: 98, BB and DC. RGB value is (152,187,220). Sum of RGB (Red+Green+Blue) = 152+187+220=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #98BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBDC is #674423. Grayscale: #B4B4B4. Windows color (decimal): -6767652 or 14465944. OLE color: 14465944.
HSL color Cylindrical-coordinate representation of color #98BBDC: hue angle of 209.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98BBDC is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 187 | 220 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.14 |
| HSL | 209.12º | 0.49% | 0.73% | - |
| HSV(B) | 209.12º | 0.31% | 0.86% | - |
| XYZ | 43.64 | 47.38 | 74.56 | - |
| YUV | 180.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 220 | 0.31 | 0.15 | 0 | 0.14 | 209.12 | 0.49 | 0.73 |
| Hex | 98 | BB | DC | 1F | F | 0 | E | D1 | 31 | 49 |
| Octal | 230 | 273 | 334 | 37 | 17 | 0 | 16 | 321 | 61 | 111 |
| Binary | 10011000 | 10111011 | 11011100 | 11111 | 1111 | 0 | 1110 | 11010001 | 110001 | 1001001 |
Color Harmonies of #98BBDC
Complementary color
Monochromatic Colors of #98BBDC
Black with #98BBDC
Text Example
Text Example
White with #98BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBDC; }
p { color: rgb(152,187,220); }
H1.HeaderClassName
{
color: #98BBDC;
}
.AnyTagClassName
{
color: #98BBDC;
}
</style>
background-color css
<style>
a { background-color: #98BBDC; }
a { background-color: rgb(152,187,220); }
div.DivClassName
{
background-color: #98BBDC;
}
.BgClassName
{
background-color: #98BBDC;
}
</style>
border-color css
<style>
span { border-color: #98BBDC; }
span { border-color: rgb(152,187,220); }
td.TdClassName
{
border-color: #98BBDC;
}
.TagClassName
{
border-color: #98BBDC;
}
</style>