Shades of Cornflower #99BCDD
Tints of Cornflower #99BCDD
RGB
CMYK
RGB Variations
Color information
#99BCDD (or 0x99BCDD) is known color: Cornflower. HEX triplet: 99, BC and DD. RGB value is (153,188,221). Sum of RGB (Red+Green+Blue) = 153+188+221=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCDD is #664322. Grayscale: #B5B5B5. Windows color (decimal): -6701859 or 14531737. OLE color: 14531737.
HSL color Cylindrical-coordinate representation of color #99BCDD: hue angle of 209.12º 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 #99BCDD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 188 | 221 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.13 |
| HSL | 209.12º | 0.5% | 0.73% | - |
| HSV(B) | 209.12º | 0.31% | 0.87% | - |
| XYZ | 44.17 | 47.96 | 75.34 | - |
| YUV | 181.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 221 | 0.31 | 0.15 | 0 | 0.13 | 209.12 | 0.5 | 0.73 |
| Hex | 99 | BC | DD | 1F | F | 0 | D | D1 | 32 | 49 |
| Octal | 231 | 274 | 335 | 37 | 17 | 0 | 15 | 321 | 62 | 111 |
| Binary | 10011001 | 10111100 | 11011101 | 11111 | 1111 | 0 | 1101 | 11010001 | 110010 | 1001001 |
Color Harmonies of #99BCDD
Complementary color
Monochromatic Colors of #99BCDD
Black with #99BCDD
Text Example
Text Example
White with #99BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCDD; }
p { color: rgb(153,188,221); }
H1.HeaderClassName
{
color: #99BCDD;
}
.AnyTagClassName
{
color: #99BCDD;
}
</style>
background-color css
<style>
a { background-color: #99BCDD; }
a { background-color: rgb(153,188,221); }
div.DivClassName
{
background-color: #99BCDD;
}
.BgClassName
{
background-color: #99BCDD;
}
</style>
border-color css
<style>
span { border-color: #99BCDD; }
span { border-color: rgb(153,188,221); }
td.TdClassName
{
border-color: #99BCDD;
}
.TagClassName
{
border-color: #99BCDD;
}
</style>