Shades of Cornflower #96BCE5
Tints of Cornflower #96BCE5
RGB
CMYK
RGB Variations
Color information
#96BCE5 (or 0x96BCE5) is known color: Cornflower. HEX triplet: 96, BC and E5. RGB value is (150,188,229). Sum of RGB (Red+Green+Blue) = 150+188+229=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #96BCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCE5 is #69431A. Grayscale: #B5B5B5. Windows color (decimal): -6898459 or 15056022. OLE color: 15056022.
HSL color Cylindrical-coordinate representation of color #96BCE5: hue angle of 211.14º 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 #96BCE5 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 188 | 229 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.10 |
| HSL | 211.14º | 0.6% | 0.74% | - |
| HSV(B) | 211.14º | 0.34% | 0.9% | - |
| XYZ | 44.7 | 48.11 | 81.06 | - |
| YUV | 181.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 229 | 0.34 | 0.18 | 0 | 0.10 | 211.14 | 0.6 | 0.74 |
| Hex | 96 | BC | E5 | 22 | 12 | 0 | A | D3 | 3C | 4A |
| Octal | 226 | 274 | 345 | 42 | 22 | 0 | 12 | 323 | 74 | 112 |
| Binary | 10010110 | 10111100 | 11100101 | 100010 | 10010 | 0 | 1010 | 11010011 | 111100 | 1001010 |
Color Harmonies of #96BCE5
Complementary color
Monochromatic Colors of #96BCE5
Black with #96BCE5
Text Example
Text Example
White with #96BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCE5; }
p { color: rgb(150,188,229); }
H1.HeaderClassName
{
color: #96BCE5;
}
.AnyTagClassName
{
color: #96BCE5;
}
</style>
background-color css
<style>
a { background-color: #96BCE5; }
a { background-color: rgb(150,188,229); }
div.DivClassName
{
background-color: #96BCE5;
}
.BgClassName
{
background-color: #96BCE5;
}
</style>
border-color css
<style>
span { border-color: #96BCE5; }
span { border-color: rgb(150,188,229); }
td.TdClassName
{
border-color: #96BCE5;
}
.TagClassName
{
border-color: #96BCE5;
}
</style>