Shades of Cornflower #96BFE9
Tints of Cornflower #96BFE9
RGB
CMYK
RGB Variations
Color information
#96BFE9 (or 0x96BFE9) is known color: Cornflower. HEX triplet: 96, BF and E9. RGB value is (150,191,233). Sum of RGB (Red+Green+Blue) = 150+191+233=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 233 - color contains mainly: blue. Hex color #96BFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BFE9 is #694016. Grayscale: #B7B7B7. Windows color (decimal): -6897687 or 15318934. OLE color: 15318934.
HSL color Cylindrical-coordinate representation of color #96BFE9: hue angle of 210.36º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96BFE9 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 191 | 233 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.09 |
| HSL | 210.36º | 0.65% | 0.75% | - |
| HSV(B) | 210.36º | 0.36% | 0.91% | - |
| XYZ | 45.92 | 49.63 | 84.25 | - |
| YUV | 183.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 233 | 0.36 | 0.18 | 0 | 0.09 | 210.36 | 0.65 | 0.75 |
| Hex | 96 | BF | E9 | 24 | 12 | 0 | 9 | D2 | 41 | 4B |
| Octal | 226 | 277 | 351 | 44 | 22 | 0 | 11 | 322 | 101 | 113 |
| Binary | 10010110 | 10111111 | 11101001 | 100100 | 10010 | 0 | 1001 | 11010010 | 1000001 | 1001011 |
Color Harmonies of #96BFE9
Complementary color
Monochromatic Colors of #96BFE9
Black with #96BFE9
Text Example
Text Example
White with #96BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFE9; }
p { color: rgb(150,191,233); }
H1.HeaderClassName
{
color: #96BFE9;
}
.AnyTagClassName
{
color: #96BFE9;
}
</style>
background-color css
<style>
a { background-color: #96BFE9; }
a { background-color: rgb(150,191,233); }
div.DivClassName
{
background-color: #96BFE9;
}
.BgClassName
{
background-color: #96BFE9;
}
</style>
border-color css
<style>
span { border-color: #96BFE9; }
span { border-color: rgb(150,191,233); }
td.TdClassName
{
border-color: #96BFE9;
}
.TagClassName
{
border-color: #96BFE9;
}
</style>