Shades of Cornflower #96D3F0
Tints of Cornflower #96D3F0
RGB
CMYK
RGB Variations
Color information
#96D3F0 (or 0x96D3F0) is known color: Cornflower. HEX triplet: 96, D3 and F0. RGB value is (150,211,240). Sum of RGB (Red+Green+Blue) = 150+211+240=601 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.96% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #96D3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D3F0 is #692C0F. Grayscale: #C3C3C3. Windows color (decimal): -6892560 or 15782806. OLE color: 15782806.
HSL color Cylindrical-coordinate representation of color #96D3F0: hue angle of 199.33º 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 #96D3F0 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 211 | 240 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.06 |
| HSL | 199.33º | 0.75% | 0.76% | - |
| HSV(B) | 199.33º | 0.38% | 0.94% | - |
| XYZ | 51.6 | 59.36 | 91.18 | - |
| YUV | 196.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 240 | 0.37 | 0.12 | 0 | 0.06 | 199.33 | 0.75 | 0.76 |
| Hex | 96 | D3 | F0 | 25 | C | 0 | 6 | C7 | 4B | 4C |
| Octal | 226 | 323 | 360 | 45 | 14 | 0 | 6 | 307 | 113 | 114 |
| Binary | 10010110 | 11010011 | 11110000 | 100101 | 1100 | 0 | 110 | 11000111 | 1001011 | 1001100 |
Color Harmonies of #96D3F0
Complementary color
Monochromatic Colors of #96D3F0
Black with #96D3F0
Text Example
Text Example
White with #96D3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D3F0; }
p { color: rgb(150,211,240); }
H1.HeaderClassName
{
color: #96D3F0;
}
.AnyTagClassName
{
color: #96D3F0;
}
</style>
background-color css
<style>
a { background-color: #96D3F0; }
a { background-color: rgb(150,211,240); }
div.DivClassName
{
background-color: #96D3F0;
}
.BgClassName
{
background-color: #96D3F0;
}
</style>
border-color css
<style>
span { border-color: #96D3F0; }
span { border-color: rgb(150,211,240); }
td.TdClassName
{
border-color: #96D3F0;
}
.TagClassName
{
border-color: #96D3F0;
}
</style>