Shades of Cornflower #96C8DF
Tints of Cornflower #96C8DF
RGB
CMYK
RGB Variations
Color information
#96C8DF (or 0x96C8DF) is known color: Cornflower. HEX triplet: 96, C8 and DF. RGB value is (150,200,223). Sum of RGB (Red+Green+Blue) = 150+200+223=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #96C8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C8DF is #693720. Grayscale: #BBBBBB. Windows color (decimal): -6895393 or 14665878. OLE color: 14665878.
HSL color Cylindrical-coordinate representation of color #96C8DF: hue angle of 198.9º 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 #96C8DF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 200 | 223 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.13 |
| HSL | 198.9º | 0.53% | 0.73% | - |
| HSV(B) | 198.9º | 0.33% | 0.87% | - |
| XYZ | 46.55 | 53.12 | 77.61 | - |
| YUV | 187.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 223 | 0.33 | 0.10 | 0 | 0.13 | 198.9 | 0.53 | 0.73 |
| Hex | 96 | C8 | DF | 21 | A | 0 | D | C7 | 35 | 49 |
| Octal | 226 | 310 | 337 | 41 | 12 | 0 | 15 | 307 | 65 | 111 |
| Binary | 10010110 | 11001000 | 11011111 | 100001 | 1010 | 0 | 1101 | 11000111 | 110101 | 1001001 |
Color Harmonies of #96C8DF
Complementary color
Monochromatic Colors of #96C8DF
Black with #96C8DF
Text Example
Text Example
White with #96C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C8DF; }
p { color: rgb(150,200,223); }
H1.HeaderClassName
{
color: #96C8DF;
}
.AnyTagClassName
{
color: #96C8DF;
}
</style>
background-color css
<style>
a { background-color: #96C8DF; }
a { background-color: rgb(150,200,223); }
div.DivClassName
{
background-color: #96C8DF;
}
.BgClassName
{
background-color: #96C8DF;
}
</style>
border-color css
<style>
span { border-color: #96C8DF; }
span { border-color: rgb(150,200,223); }
td.TdClassName
{
border-color: #96C8DF;
}
.TagClassName
{
border-color: #96C8DF;
}
</style>