Shades of Cornflower #96BDE0
Tints of Cornflower #96BDE0
RGB
CMYK
RGB Variations
Color information
#96BDE0 (or 0x96BDE0) is known color: Cornflower. HEX triplet: 96, BD and E0. RGB value is (150,189,224). Sum of RGB (Red+Green+Blue) = 150+189+224=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #96BDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDE0 is #69421F. Grayscale: #B5B5B5. Windows color (decimal): -6898208 or 14728598. OLE color: 14728598.
HSL color Cylindrical-coordinate representation of color #96BDE0: hue angle of 208.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BDE0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 189 | 224 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.12 |
| HSL | 208.38º | 0.54% | 0.73% | - |
| HSV(B) | 208.38º | 0.33% | 0.88% | - |
| XYZ | 44.23 | 48.26 | 77.51 | - |
| YUV | 181.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 224 | 0.33 | 0.16 | 0 | 0.12 | 208.38 | 0.54 | 0.73 |
| Hex | 96 | BD | E0 | 21 | 10 | 0 | C | D0 | 36 | 49 |
| Octal | 226 | 275 | 340 | 41 | 20 | 0 | 14 | 320 | 66 | 111 |
| Binary | 10010110 | 10111101 | 11100000 | 100001 | 10000 | 0 | 1100 | 11010000 | 110110 | 1001001 |
Color Harmonies of #96BDE0
Complementary color
Monochromatic Colors of #96BDE0
Black with #96BDE0
Text Example
Text Example
White with #96BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDE0; }
p { color: rgb(150,189,224); }
H1.HeaderClassName
{
color: #96BDE0;
}
.AnyTagClassName
{
color: #96BDE0;
}
</style>
background-color css
<style>
a { background-color: #96BDE0; }
a { background-color: rgb(150,189,224); }
div.DivClassName
{
background-color: #96BDE0;
}
.BgClassName
{
background-color: #96BDE0;
}
</style>
border-color css
<style>
span { border-color: #96BDE0; }
span { border-color: rgb(150,189,224); }
td.TdClassName
{
border-color: #96BDE0;
}
.TagClassName
{
border-color: #96BDE0;
}
</style>