Shades of Cornflower #96BDF5
Tints of Cornflower #96BDF5
RGB
CMYK
RGB Variations
Color information
#96BDF5 (or 0x96BDF5) is known color: Cornflower. HEX triplet: 96, BD and F5. RGB value is (150,189,245). Sum of RGB (Red+Green+Blue) = 150+189+245=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #96BDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF5 is #69420A. Grayscale: #B7B7B7. Windows color (decimal): -6898187 or 16104854. OLE color: 16104854.
HSL color Cylindrical-coordinate representation of color #96BDF5: hue angle of 215.37º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96BDF5 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 189 | 245 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.04 |
| HSL | 215.37º | 0.83% | 0.77% | - |
| HSV(B) | 215.37º | 0.39% | 0.96% | - |
| XYZ | 47.26 | 49.47 | 93.44 | - |
| YUV | 183.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 245 | 0.39 | 0.23 | 0 | 0.04 | 215.37 | 0.83 | 0.77 |
| Hex | 96 | BD | F5 | 27 | 17 | 0 | 4 | D7 | 53 | 4D |
| Octal | 226 | 275 | 365 | 47 | 27 | 0 | 4 | 327 | 123 | 115 |
| Binary | 10010110 | 10111101 | 11110101 | 100111 | 10111 | 0 | 100 | 11010111 | 1010011 | 1001101 |
Color Harmonies of #96BDF5
Complementary color
Monochromatic Colors of #96BDF5
Black with #96BDF5
Text Example
Text Example
White with #96BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDF5; }
p { color: rgb(150,189,245); }
H1.HeaderClassName
{
color: #96BDF5;
}
.AnyTagClassName
{
color: #96BDF5;
}
</style>
background-color css
<style>
a { background-color: #96BDF5; }
a { background-color: rgb(150,189,245); }
div.DivClassName
{
background-color: #96BDF5;
}
.BgClassName
{
background-color: #96BDF5;
}
</style>
border-color css
<style>
span { border-color: #96BDF5; }
span { border-color: rgb(150,189,245); }
td.TdClassName
{
border-color: #96BDF5;
}
.TagClassName
{
border-color: #96BDF5;
}
</style>