Shades of Cornflower #96BEDF
Tints of Cornflower #96BEDF
RGB
CMYK
RGB Variations
Color information
#96BEDF (or 0x96BEDF) is known color: Cornflower. HEX triplet: 96, BE and DF. RGB value is (150,190,223). Sum of RGB (Red+Green+Blue) = 150+190+223=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #96BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEDF is #694120. Grayscale: #B5B5B5. Windows color (decimal): -6897953 or 14663318. OLE color: 14663318.
HSL color Cylindrical-coordinate representation of color #96BEDF: hue angle of 207.12º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BEDF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 190 | 223 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.13 |
| HSL | 207.12º | 0.53% | 0.73% | - |
| HSV(B) | 207.12º | 0.33% | 0.87% | - |
| XYZ | 44.31 | 48.64 | 76.86 | - |
| YUV | 181.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 223 | 0.33 | 0.15 | 0 | 0.13 | 207.12 | 0.53 | 0.73 |
| Hex | 96 | BE | DF | 21 | F | 0 | D | CF | 35 | 49 |
| Octal | 226 | 276 | 337 | 41 | 17 | 0 | 15 | 317 | 65 | 111 |
| Binary | 10010110 | 10111110 | 11011111 | 100001 | 1111 | 0 | 1101 | 11001111 | 110101 | 1001001 |
Color Harmonies of #96BEDF
Complementary color
Monochromatic Colors of #96BEDF
Black with #96BEDF
Text Example
Text Example
White with #96BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BEDF; }
p { color: rgb(150,190,223); }
H1.HeaderClassName
{
color: #96BEDF;
}
.AnyTagClassName
{
color: #96BEDF;
}
</style>
background-color css
<style>
a { background-color: #96BEDF; }
a { background-color: rgb(150,190,223); }
div.DivClassName
{
background-color: #96BEDF;
}
.BgClassName
{
background-color: #96BEDF;
}
</style>
border-color css
<style>
span { border-color: #96BEDF; }
span { border-color: rgb(150,190,223); }
td.TdClassName
{
border-color: #96BEDF;
}
.TagClassName
{
border-color: #96BEDF;
}
</style>