Shades of Cornflower #96BBE0
Tints of Cornflower #96BBE0
RGB
CMYK
RGB Variations
Color information
#96BBE0 (or 0x96BBE0) is known color: Cornflower. HEX triplet: 96, BB and E0. RGB value is (150,187,224). Sum of RGB (Red+Green+Blue) = 150+187+224=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #96BBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBE0 is #69441F. Grayscale: #B3B3B3. Windows color (decimal): -6898720 or 14728086. OLE color: 14728086.
HSL color Cylindrical-coordinate representation of color #96BBE0: hue angle of 210º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BBE0 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 187 | 224 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.12 |
| HSL | 210º | 0.54% | 0.73% | - |
| HSV(B) | 210º | 0.33% | 0.88% | - |
| XYZ | 43.8 | 47.41 | 77.36 | - |
| YUV | 180.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 224 | 0.33 | 0.17 | 0 | 0.12 | 210 | 0.54 | 0.73 |
| Hex | 96 | BB | E0 | 21 | 11 | 0 | C | D2 | 36 | 49 |
| Octal | 226 | 273 | 340 | 41 | 21 | 0 | 14 | 322 | 66 | 111 |
| Binary | 10010110 | 10111011 | 11100000 | 100001 | 10001 | 0 | 1100 | 11010010 | 110110 | 1001001 |
Color Harmonies of #96BBE0
Complementary color
Monochromatic Colors of #96BBE0
Black with #96BBE0
Text Example
Text Example
White with #96BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBE0; }
p { color: rgb(150,187,224); }
H1.HeaderClassName
{
color: #96BBE0;
}
.AnyTagClassName
{
color: #96BBE0;
}
</style>
background-color css
<style>
a { background-color: #96BBE0; }
a { background-color: rgb(150,187,224); }
div.DivClassName
{
background-color: #96BBE0;
}
.BgClassName
{
background-color: #96BBE0;
}
</style>
border-color css
<style>
span { border-color: #96BBE0; }
span { border-color: rgb(150,187,224); }
td.TdClassName
{
border-color: #96BBE0;
}
.TagClassName
{
border-color: #96BBE0;
}
</style>