Shades of Cornflower #96BBE5
Tints of Cornflower #96BBE5
RGB
CMYK
RGB Variations
Color information
#96BBE5 (or 0x96BBE5) is known color: Cornflower. HEX triplet: 96, BB and E5. RGB value is (150,187,229). Sum of RGB (Red+Green+Blue) = 150+187+229=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #96BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBE5 is #69441A. Grayscale: #B4B4B4. Windows color (decimal): -6898715 or 15055766. OLE color: 15055766.
HSL color Cylindrical-coordinate representation of color #96BBE5: hue angle of 211.9º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96BBE5 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 187 | 229 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.10 |
| HSL | 211.9º | 0.6% | 0.74% | - |
| HSV(B) | 211.9º | 0.34% | 0.9% | - |
| XYZ | 44.49 | 47.68 | 80.99 | - |
| YUV | 180.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 229 | 0.34 | 0.18 | 0 | 0.10 | 211.9 | 0.6 | 0.74 |
| Hex | 96 | BB | E5 | 22 | 12 | 0 | A | D4 | 3C | 4A |
| Octal | 226 | 273 | 345 | 42 | 22 | 0 | 12 | 324 | 74 | 112 |
| Binary | 10010110 | 10111011 | 11100101 | 100010 | 10010 | 0 | 1010 | 11010100 | 111100 | 1001010 |
Color Harmonies of #96BBE5
Complementary color
Monochromatic Colors of #96BBE5
Black with #96BBE5
Text Example
Text Example
White with #96BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBE5; }
p { color: rgb(150,187,229); }
H1.HeaderClassName
{
color: #96BBE5;
}
.AnyTagClassName
{
color: #96BBE5;
}
</style>
background-color css
<style>
a { background-color: #96BBE5; }
a { background-color: rgb(150,187,229); }
div.DivClassName
{
background-color: #96BBE5;
}
.BgClassName
{
background-color: #96BBE5;
}
</style>
border-color css
<style>
span { border-color: #96BBE5; }
span { border-color: rgb(150,187,229); }
td.TdClassName
{
border-color: #96BBE5;
}
.TagClassName
{
border-color: #96BBE5;
}
</style>