Shades of Cornflower #96BBD9
Tints of Cornflower #96BBD9
RGB
CMYK
RGB Variations
Color information
#96BBD9 (or 0x96BBD9) is known color: Cornflower. HEX triplet: 96, BB and D9. RGB value is (150,187,217). Sum of RGB (Red+Green+Blue) = 150+187+217=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #96BBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBD9 is #694426. Grayscale: #B3B3B3. Windows color (decimal): -6898727 or 14269334. OLE color: 14269334.
HSL color Cylindrical-coordinate representation of color #96BBD9: hue angle of 206.87º 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 #96BBD9 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 187 | 217 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.15 |
| HSL | 206.87º | 0.47% | 0.72% | - |
| HSV(B) | 206.87º | 0.31% | 0.85% | - |
| XYZ | 42.87 | 47.03 | 72.46 | - |
| YUV | 179.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 217 | 0.31 | 0.14 | 0 | 0.15 | 206.87 | 0.47 | 0.72 |
| Hex | 96 | BB | D9 | 1F | E | 0 | F | CF | 2F | 48 |
| Octal | 226 | 273 | 331 | 37 | 16 | 0 | 17 | 317 | 57 | 110 |
| Binary | 10010110 | 10111011 | 11011001 | 11111 | 1110 | 0 | 1111 | 11001111 | 101111 | 1001000 |
Color Harmonies of #96BBD9
Complementary color
Monochromatic Colors of #96BBD9
Black with #96BBD9
Text Example
Text Example
White with #96BBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBD9; }
p { color: rgb(150,187,217); }
H1.HeaderClassName
{
color: #96BBD9;
}
.AnyTagClassName
{
color: #96BBD9;
}
</style>
background-color css
<style>
a { background-color: #96BBD9; }
a { background-color: rgb(150,187,217); }
div.DivClassName
{
background-color: #96BBD9;
}
.BgClassName
{
background-color: #96BBD9;
}
</style>
border-color css
<style>
span { border-color: #96BBD9; }
span { border-color: rgb(150,187,217); }
td.TdClassName
{
border-color: #96BBD9;
}
.TagClassName
{
border-color: #96BBD9;
}
</style>