Shades of Cornflower #96BDF1
Tints of Cornflower #96BDF1
RGB
CMYK
RGB Variations
Color information
#96BDF1 (or 0x96BDF1) is known color: Cornflower. HEX triplet: 96, BD and F1. RGB value is (150,189,241). Sum of RGB (Red+Green+Blue) = 150+189+241=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #96BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF1 is #69420E. Grayscale: #B7B7B7. Windows color (decimal): -6898191 or 15842710. OLE color: 15842710.
HSL color Cylindrical-coordinate representation of color #96BDF1: hue angle of 214.29º 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 #96BDF1 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 189 | 241 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.05 |
| HSL | 214.29º | 0.76% | 0.77% | - |
| HSV(B) | 214.29º | 0.38% | 0.95% | - |
| XYZ | 46.65 | 49.23 | 90.26 | - |
| YUV | 183.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 241 | 0.38 | 0.22 | 0 | 0.05 | 214.29 | 0.76 | 0.77 |
| Hex | 96 | BD | F1 | 26 | 16 | 0 | 5 | D6 | 4C | 4D |
| Octal | 226 | 275 | 361 | 46 | 26 | 0 | 5 | 326 | 114 | 115 |
| Binary | 10010110 | 10111101 | 11110001 | 100110 | 10110 | 0 | 101 | 11010110 | 1001100 | 1001101 |
Color Harmonies of #96BDF1
Complementary color
Monochromatic Colors of #96BDF1
Black with #96BDF1
Text Example
Text Example
White with #96BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDF1; }
p { color: rgb(150,189,241); }
H1.HeaderClassName
{
color: #96BDF1;
}
.AnyTagClassName
{
color: #96BDF1;
}
</style>
background-color css
<style>
a { background-color: #96BDF1; }
a { background-color: rgb(150,189,241); }
div.DivClassName
{
background-color: #96BDF1;
}
.BgClassName
{
background-color: #96BDF1;
}
</style>
border-color css
<style>
span { border-color: #96BDF1; }
span { border-color: rgb(150,189,241); }
td.TdClassName
{
border-color: #96BDF1;
}
.TagClassName
{
border-color: #96BDF1;
}
</style>