Shades of Cornflower #96BADF
Tints of Cornflower #96BADF
RGB
CMYK
RGB Variations
Color information
#96BADF (or 0x96BADF) is known color: Cornflower. HEX triplet: 96, BA and DF. RGB value is (150,186,223). Sum of RGB (Red+Green+Blue) = 150+186+223=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #96BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BADF is #694520. Grayscale: #B3B3B3. Windows color (decimal): -6898977 or 14662294. OLE color: 14662294.
HSL color Cylindrical-coordinate representation of color #96BADF: hue angle of 210.41º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BADF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 186 | 223 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.13 |
| HSL | 210.41º | 0.53% | 0.73% | - |
| HSV(B) | 210.41º | 0.33% | 0.87% | - |
| XYZ | 43.46 | 46.93 | 76.58 | - |
| YUV | 179.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 223 | 0.33 | 0.17 | 0 | 0.13 | 210.41 | 0.53 | 0.73 |
| Hex | 96 | BA | DF | 21 | 11 | 0 | D | D2 | 35 | 49 |
| Octal | 226 | 272 | 337 | 41 | 21 | 0 | 15 | 322 | 65 | 111 |
| Binary | 10010110 | 10111010 | 11011111 | 100001 | 10001 | 0 | 1101 | 11010010 | 110101 | 1001001 |
Color Harmonies of #96BADF
Complementary color
Monochromatic Colors of #96BADF
Black with #96BADF
Text Example
Text Example
White with #96BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BADF; }
p { color: rgb(150,186,223); }
H1.HeaderClassName
{
color: #96BADF;
}
.AnyTagClassName
{
color: #96BADF;
}
</style>
background-color css
<style>
a { background-color: #96BADF; }
a { background-color: rgb(150,186,223); }
div.DivClassName
{
background-color: #96BADF;
}
.BgClassName
{
background-color: #96BADF;
}
</style>
border-color css
<style>
span { border-color: #96BADF; }
span { border-color: rgb(150,186,223); }
td.TdClassName
{
border-color: #96BADF;
}
.TagClassName
{
border-color: #96BADF;
}
</style>