Shades of Cornflower #96D8F1
Tints of Cornflower #96D8F1
RGB
CMYK
RGB Variations
Color information
#96D8F1 (or 0x96D8F1) is known color: Cornflower. HEX triplet: 96, D8 and F1. RGB value is (150,216,241). Sum of RGB (Red+Green+Blue) = 150+216+241=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #96D8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D8F1 is #69270E. Grayscale: #C6C6C6. Windows color (decimal): -6891279 or 15849622. OLE color: 15849622.
HSL color Cylindrical-coordinate representation of color #96D8F1: hue angle of 196.48º 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 #96D8F1 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 216 | 241 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.05 |
| HSL | 196.48º | 0.76% | 0.77% | - |
| HSV(B) | 196.48º | 0.38% | 0.95% | - |
| XYZ | 53.01 | 61.95 | 92.38 | - |
| YUV | 199.12 | 151.63 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 241 | 0.38 | 0.10 | 0 | 0.05 | 196.48 | 0.76 | 0.77 |
| Hex | 96 | D8 | F1 | 26 | A | 0 | 5 | C4 | 4C | 4D |
| Octal | 226 | 330 | 361 | 46 | 12 | 0 | 5 | 304 | 114 | 115 |
| Binary | 10010110 | 11011000 | 11110001 | 100110 | 1010 | 0 | 101 | 11000100 | 1001100 | 1001101 |
Color Harmonies of #96D8F1
Complementary color
Monochromatic Colors of #96D8F1
Black with #96D8F1
Text Example
Text Example
White with #96D8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D8F1; }
p { color: rgb(150,216,241); }
H1.HeaderClassName
{
color: #96D8F1;
}
.AnyTagClassName
{
color: #96D8F1;
}
</style>
background-color css
<style>
a { background-color: #96D8F1; }
a { background-color: rgb(150,216,241); }
div.DivClassName
{
background-color: #96D8F1;
}
.BgClassName
{
background-color: #96D8F1;
}
</style>
border-color css
<style>
span { border-color: #96D8F1; }
span { border-color: rgb(150,216,241); }
td.TdClassName
{
border-color: #96D8F1;
}
.TagClassName
{
border-color: #96D8F1;
}
</style>