Shades of Cornflower #96BCD9
Tints of Cornflower #96BCD9
RGB
CMYK
RGB Variations
Color information
#96BCD9 (or 0x96BCD9) is known color: Cornflower. HEX triplet: 96, BC and D9. RGB value is (150,188,217). Sum of RGB (Red+Green+Blue) = 150+188+217=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #96BCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCD9 is #694326. Grayscale: #B3B3B3. Windows color (decimal): -6898471 or 14269590. OLE color: 14269590.
HSL color Cylindrical-coordinate representation of color #96BCD9: hue angle of 205.97º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96BCD9 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 188 | 217 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.15 |
| HSL | 205.97º | 0.47% | 0.72% | - |
| HSV(B) | 205.97º | 0.31% | 0.85% | - |
| XYZ | 43.09 | 47.46 | 72.54 | - |
| YUV | 179.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 217 | 0.31 | 0.13 | 0 | 0.15 | 205.97 | 0.47 | 0.72 |
| Hex | 96 | BC | D9 | 1F | D | 0 | F | CE | 2F | 48 |
| Octal | 226 | 274 | 331 | 37 | 15 | 0 | 17 | 316 | 57 | 110 |
| Binary | 10010110 | 10111100 | 11011001 | 11111 | 1101 | 0 | 1111 | 11001110 | 101111 | 1001000 |
Color Harmonies of #96BCD9
Complementary color
Monochromatic Colors of #96BCD9
Black with #96BCD9
Text Example
Text Example
White with #96BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCD9; }
p { color: rgb(150,188,217); }
H1.HeaderClassName
{
color: #96BCD9;
}
.AnyTagClassName
{
color: #96BCD9;
}
</style>
background-color css
<style>
a { background-color: #96BCD9; }
a { background-color: rgb(150,188,217); }
div.DivClassName
{
background-color: #96BCD9;
}
.BgClassName
{
background-color: #96BCD9;
}
</style>
border-color css
<style>
span { border-color: #96BCD9; }
span { border-color: rgb(150,188,217); }
td.TdClassName
{
border-color: #96BCD9;
}
.TagClassName
{
border-color: #96BCD9;
}
</style>