Shades of Cornflower #96C6F1
Tints of Cornflower #96C6F1
RGB
CMYK
RGB Variations
Color information
#96C6F1 (or 0x96C6F1) is known color: Cornflower. HEX triplet: 96, C6 and F1. RGB value is (150,198,241). Sum of RGB (Red+Green+Blue) = 150+198+241=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #96C6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C6F1 is #69390E. Grayscale: #BCBCBC. Windows color (decimal): -6895887 or 15845014. OLE color: 15845014.
HSL color Cylindrical-coordinate representation of color #96C6F1: hue angle of 208.35º 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 #96C6F1 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 198 | 241 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.05 |
| HSL | 208.35º | 0.76% | 0.77% | - |
| HSV(B) | 208.35º | 0.38% | 0.95% | - |
| XYZ | 48.65 | 53.22 | 90.93 | - |
| YUV | 188.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 241 | 0.38 | 0.18 | 0 | 0.05 | 208.35 | 0.76 | 0.77 |
| Hex | 96 | C6 | F1 | 26 | 12 | 0 | 5 | D0 | 4C | 4D |
| Octal | 226 | 306 | 361 | 46 | 22 | 0 | 5 | 320 | 114 | 115 |
| Binary | 10010110 | 11000110 | 11110001 | 100110 | 10010 | 0 | 101 | 11010000 | 1001100 | 1001101 |
Color Harmonies of #96C6F1
Complementary color
Monochromatic Colors of #96C6F1
Black with #96C6F1
Text Example
Text Example
White with #96C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C6F1; }
p { color: rgb(150,198,241); }
H1.HeaderClassName
{
color: #96C6F1;
}
.AnyTagClassName
{
color: #96C6F1;
}
</style>
background-color css
<style>
a { background-color: #96C6F1; }
a { background-color: rgb(150,198,241); }
div.DivClassName
{
background-color: #96C6F1;
}
.BgClassName
{
background-color: #96C6F1;
}
</style>
border-color css
<style>
span { border-color: #96C6F1; }
span { border-color: rgb(150,198,241); }
td.TdClassName
{
border-color: #96C6F1;
}
.TagClassName
{
border-color: #96C6F1;
}
</style>