Shades of Cornflower #96C6F0
Tints of Cornflower #96C6F0
RGB
CMYK
RGB Variations
Color information
#96C6F0 (or 0x96C6F0) is known color: Cornflower. HEX triplet: 96, C6 and F0. RGB value is (150,198,240). Sum of RGB (Red+Green+Blue) = 150+198+240=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #96C6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C6F0 is #69390F. Grayscale: #BCBCBC. Windows color (decimal): -6895888 or 15779478. OLE color: 15779478.
HSL color Cylindrical-coordinate representation of color #96C6F0: hue angle of 208º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96C6F0 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 198 | 240 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.06 |
| HSL | 208º | 0.75% | 0.76% | - |
| HSV(B) | 208º | 0.38% | 0.94% | - |
| XYZ | 48.5 | 53.16 | 90.14 | - |
| YUV | 188.44 | 157.1 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 240 | 0.37 | 0.18 | 0 | 0.06 | 208 | 0.75 | 0.76 |
| Hex | 96 | C6 | F0 | 25 | 12 | 0 | 6 | D0 | 4B | 4C |
| Octal | 226 | 306 | 360 | 45 | 22 | 0 | 6 | 320 | 113 | 114 |
| Binary | 10010110 | 11000110 | 11110000 | 100101 | 10010 | 0 | 110 | 11010000 | 1001011 | 1001100 |
Color Harmonies of #96C6F0
Complementary color
Monochromatic Colors of #96C6F0
Black with #96C6F0
Text Example
Text Example
White with #96C6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C6F0; }
p { color: rgb(150,198,240); }
H1.HeaderClassName
{
color: #96C6F0;
}
.AnyTagClassName
{
color: #96C6F0;
}
</style>
background-color css
<style>
a { background-color: #96C6F0; }
a { background-color: rgb(150,198,240); }
div.DivClassName
{
background-color: #96C6F0;
}
.BgClassName
{
background-color: #96C6F0;
}
</style>
border-color css
<style>
span { border-color: #96C6F0; }
span { border-color: rgb(150,198,240); }
td.TdClassName
{
border-color: #96C6F0;
}
.TagClassName
{
border-color: #96C6F0;
}
</style>