Shades of Cornflower #96BBD7
Tints of Cornflower #96BBD7
RGB
CMYK
RGB Variations
Color information
#96BBD7 (or 0x96BBD7) is known color: Cornflower. HEX triplet: 96, BB and D7. RGB value is (150,187,215). Sum of RGB (Red+Green+Blue) = 150+187+215=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #96BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBD7 is #694428. Grayscale: #B2B2B2. Windows color (decimal): -6898729 or 14138262. OLE color: 14138262.
HSL color Cylindrical-coordinate representation of color #96BBD7: hue angle of 205.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96BBD7 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 187 | 215 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.16 |
| HSL | 205.85º | 0.45% | 0.72% | - |
| HSV(B) | 205.85º | 0.3% | 0.84% | - |
| XYZ | 42.61 | 46.93 | 71.1 | - |
| YUV | 179.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 215 | 0.30 | 0.13 | 0 | 0.16 | 205.85 | 0.45 | 0.72 |
| Hex | 96 | BB | D7 | 1E | D | 0 | 10 | CE | 2D | 48 |
| Octal | 226 | 273 | 327 | 36 | 15 | 0 | 20 | 316 | 55 | 110 |
| Binary | 10010110 | 10111011 | 11010111 | 11110 | 1101 | 0 | 10000 | 11001110 | 101101 | 1001000 |
Color Harmonies of #96BBD7
Complementary color
Monochromatic Colors of #96BBD7
Black with #96BBD7
Text Example
Text Example
White with #96BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBD7; }
p { color: rgb(150,187,215); }
H1.HeaderClassName
{
color: #96BBD7;
}
.AnyTagClassName
{
color: #96BBD7;
}
</style>
background-color css
<style>
a { background-color: #96BBD7; }
a { background-color: rgb(150,187,215); }
div.DivClassName
{
background-color: #96BBD7;
}
.BgClassName
{
background-color: #96BBD7;
}
</style>
border-color css
<style>
span { border-color: #96BBD7; }
span { border-color: rgb(150,187,215); }
td.TdClassName
{
border-color: #96BBD7;
}
.TagClassName
{
border-color: #96BBD7;
}
</style>