Shades of Cornflower #96C5DF
Tints of Cornflower #96C5DF
RGB
CMYK
RGB Variations
Color information
#96C5DF (or 0x96C5DF) is known color: Cornflower. HEX triplet: 96, C5 and DF. RGB value is (150,197,223). Sum of RGB (Red+Green+Blue) = 150+197+223=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #96C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C5DF is #693A20. Grayscale: #B9B9B9. Windows color (decimal): -6896161 or 14665110. OLE color: 14665110.
HSL color Cylindrical-coordinate representation of color #96C5DF: hue angle of 201.37º 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 #96C5DF is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 197 | 223 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.13 |
| HSL | 201.37º | 0.53% | 0.73% | - |
| HSV(B) | 201.37º | 0.33% | 0.87% | - |
| XYZ | 45.86 | 51.74 | 77.38 | - |
| YUV | 185.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 223 | 0.33 | 0.12 | 0 | 0.13 | 201.37 | 0.53 | 0.73 |
| Hex | 96 | C5 | DF | 21 | C | 0 | D | C9 | 35 | 49 |
| Octal | 226 | 305 | 337 | 41 | 14 | 0 | 15 | 311 | 65 | 111 |
| Binary | 10010110 | 11000101 | 11011111 | 100001 | 1100 | 0 | 1101 | 11001001 | 110101 | 1001001 |
Color Harmonies of #96C5DF
Complementary color
Monochromatic Colors of #96C5DF
Black with #96C5DF
Text Example
Text Example
White with #96C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C5DF; }
p { color: rgb(150,197,223); }
H1.HeaderClassName
{
color: #96C5DF;
}
.AnyTagClassName
{
color: #96C5DF;
}
</style>
background-color css
<style>
a { background-color: #96C5DF; }
a { background-color: rgb(150,197,223); }
div.DivClassName
{
background-color: #96C5DF;
}
.BgClassName
{
background-color: #96C5DF;
}
</style>
border-color css
<style>
span { border-color: #96C5DF; }
span { border-color: rgb(150,197,223); }
td.TdClassName
{
border-color: #96C5DF;
}
.TagClassName
{
border-color: #96C5DF;
}
</style>