Shades of Cornflower #96BCE6
Tints of Cornflower #96BCE6
RGB
CMYK
RGB Variations
Color information
#96BCE6 (or 0x96BCE6) is known color: Cornflower. HEX triplet: 96, BC and E6. RGB value is (150,188,230). Sum of RGB (Red+Green+Blue) = 150+188+230=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #96BCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCE6 is #694319. Grayscale: #B5B5B5. Windows color (decimal): -6898458 or 15121558. OLE color: 15121558.
HSL color Cylindrical-coordinate representation of color #96BCE6: hue angle of 211.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96BCE6 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 188 | 230 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.10 |
| HSL | 211.5º | 0.62% | 0.75% | - |
| HSV(B) | 211.5º | 0.35% | 0.9% | - |
| XYZ | 44.84 | 48.16 | 81.8 | - |
| YUV | 181.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 230 | 0.35 | 0.18 | 0 | 0.10 | 211.5 | 0.62 | 0.75 |
| Hex | 96 | BC | E6 | 23 | 12 | 0 | A | D4 | 3E | 4B |
| Octal | 226 | 274 | 346 | 43 | 22 | 0 | 12 | 324 | 76 | 113 |
| Binary | 10010110 | 10111100 | 11100110 | 100011 | 10010 | 0 | 1010 | 11010100 | 111110 | 1001011 |
Color Harmonies of #96BCE6
Complementary color
Monochromatic Colors of #96BCE6
Black with #96BCE6
Text Example
Text Example
White with #96BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCE6; }
p { color: rgb(150,188,230); }
H1.HeaderClassName
{
color: #96BCE6;
}
.AnyTagClassName
{
color: #96BCE6;
}
</style>
background-color css
<style>
a { background-color: #96BCE6; }
a { background-color: rgb(150,188,230); }
div.DivClassName
{
background-color: #96BCE6;
}
.BgClassName
{
background-color: #96BCE6;
}
</style>
border-color css
<style>
span { border-color: #96BCE6; }
span { border-color: rgb(150,188,230); }
td.TdClassName
{
border-color: #96BCE6;
}
.TagClassName
{
border-color: #96BCE6;
}
</style>