Shades of Cornflower #96C1EF
Tints of Cornflower #96C1EF
RGB
CMYK
RGB Variations
Color information
#96C1EF (or 0x96C1EF) is known color: Cornflower. HEX triplet: 96, C1 and EF. RGB value is (150,193,239). Sum of RGB (Red+Green+Blue) = 150+193+239=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #96C1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C1EF is #693E10. Grayscale: #B9B9B9. Windows color (decimal): -6897169 or 15712662. OLE color: 15712662.
HSL color Cylindrical-coordinate representation of color #96C1EF: hue angle of 211.01º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96C1EF is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 193 | 239 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.06 |
| HSL | 211.01º | 0.74% | 0.76% | - |
| HSV(B) | 211.01º | 0.37% | 0.94% | - |
| XYZ | 47.23 | 50.86 | 88.99 | - |
| YUV | 185.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 239 | 0.37 | 0.19 | 0 | 0.06 | 211.01 | 0.74 | 0.76 |
| Hex | 96 | C1 | EF | 25 | 13 | 0 | 6 | D3 | 4A | 4C |
| Octal | 226 | 301 | 357 | 45 | 23 | 0 | 6 | 323 | 112 | 114 |
| Binary | 10010110 | 11000001 | 11101111 | 100101 | 10011 | 0 | 110 | 11010011 | 1001010 | 1001100 |
Color Harmonies of #96C1EF
Complementary color
Monochromatic Colors of #96C1EF
Black with #96C1EF
Text Example
Text Example
White with #96C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C1EF; }
p { color: rgb(150,193,239); }
H1.HeaderClassName
{
color: #96C1EF;
}
.AnyTagClassName
{
color: #96C1EF;
}
</style>
background-color css
<style>
a { background-color: #96C1EF; }
a { background-color: rgb(150,193,239); }
div.DivClassName
{
background-color: #96C1EF;
}
.BgClassName
{
background-color: #96C1EF;
}
</style>
border-color css
<style>
span { border-color: #96C1EF; }
span { border-color: rgb(150,193,239); }
td.TdClassName
{
border-color: #96C1EF;
}
.TagClassName
{
border-color: #96C1EF;
}
</style>