Shades of Cornflower #96BEF1
Tints of Cornflower #96BEF1
RGB
CMYK
RGB Variations
Color information
#96BEF1 (or 0x96BEF1) is known color: Cornflower. HEX triplet: 96, BE and F1. RGB value is (150,190,241). Sum of RGB (Red+Green+Blue) = 150+190+241=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #96BEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BEF1 is #69410E. Grayscale: #B7B7B7. Windows color (decimal): -6897935 or 15842966. OLE color: 15842966.
HSL color Cylindrical-coordinate representation of color #96BEF1: hue angle of 213.63º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96BEF1 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 190 | 241 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.05 |
| HSL | 213.63º | 0.76% | 0.77% | - |
| HSV(B) | 213.63º | 0.38% | 0.95% | - |
| XYZ | 46.87 | 49.66 | 90.33 | - |
| YUV | 183.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 241 | 0.38 | 0.21 | 0 | 0.05 | 213.63 | 0.76 | 0.77 |
| Hex | 96 | BE | F1 | 26 | 15 | 0 | 5 | D6 | 4C | 4D |
| Octal | 226 | 276 | 361 | 46 | 25 | 0 | 5 | 326 | 114 | 115 |
| Binary | 10010110 | 10111110 | 11110001 | 100110 | 10101 | 0 | 101 | 11010110 | 1001100 | 1001101 |
Color Harmonies of #96BEF1
Complementary color
Monochromatic Colors of #96BEF1
Black with #96BEF1
Text Example
Text Example
White with #96BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BEF1; }
p { color: rgb(150,190,241); }
H1.HeaderClassName
{
color: #96BEF1;
}
.AnyTagClassName
{
color: #96BEF1;
}
</style>
background-color css
<style>
a { background-color: #96BEF1; }
a { background-color: rgb(150,190,241); }
div.DivClassName
{
background-color: #96BEF1;
}
.BgClassName
{
background-color: #96BEF1;
}
</style>
border-color css
<style>
span { border-color: #96BEF1; }
span { border-color: rgb(150,190,241); }
td.TdClassName
{
border-color: #96BEF1;
}
.TagClassName
{
border-color: #96BEF1;
}
</style>