Shades of Cornflower #96BBED
Tints of Cornflower #96BBED
RGB
CMYK
RGB Variations
Color information
#96BBED (or 0x96BBED) is known color: Cornflower. HEX triplet: 96, BB and ED. RGB value is (150,187,237). Sum of RGB (Red+Green+Blue) = 150+187+237=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #96BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBED is #694412. Grayscale: #B5B5B5. Windows color (decimal): -6898707 or 15580054. OLE color: 15580054.
HSL color Cylindrical-coordinate representation of color #96BBED: hue angle of 214.48º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96BBED is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 187 | 237 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.07 |
| HSL | 214.48º | 0.71% | 0.76% | - |
| HSV(B) | 214.48º | 0.37% | 0.93% | - |
| XYZ | 45.63 | 48.14 | 87.01 | - |
| YUV | 181.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 237 | 0.37 | 0.21 | 0 | 0.07 | 214.48 | 0.71 | 0.76 |
| Hex | 96 | BB | ED | 25 | 15 | 0 | 7 | D6 | 47 | 4C |
| Octal | 226 | 273 | 355 | 45 | 25 | 0 | 7 | 326 | 107 | 114 |
| Binary | 10010110 | 10111011 | 11101101 | 100101 | 10101 | 0 | 111 | 11010110 | 1000111 | 1001100 |
Color Harmonies of #96BBED
Complementary color
Monochromatic Colors of #96BBED
Black with #96BBED
Text Example
Text Example
White with #96BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBED; }
p { color: rgb(150,187,237); }
H1.HeaderClassName
{
color: #96BBED;
}
.AnyTagClassName
{
color: #96BBED;
}
</style>
background-color css
<style>
a { background-color: #96BBED; }
a { background-color: rgb(150,187,237); }
div.DivClassName
{
background-color: #96BBED;
}
.BgClassName
{
background-color: #96BBED;
}
</style>
border-color css
<style>
span { border-color: #96BBED; }
span { border-color: rgb(150,187,237); }
td.TdClassName
{
border-color: #96BBED;
}
.TagClassName
{
border-color: #96BBED;
}
</style>