Shades of Cornflower #96B8DF
Tints of Cornflower #96B8DF
RGB
CMYK
RGB Variations
Color information
#96B8DF (or 0x96B8DF) is known color: Cornflower. HEX triplet: 96, B8 and DF. RGB value is (150,184,223). Sum of RGB (Red+Green+Blue) = 150+184+223=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #96B8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8DF is #694720. Grayscale: #B2B2B2. Windows color (decimal): -6899489 or 14661782. OLE color: 14661782.
HSL color Cylindrical-coordinate representation of color #96B8DF: hue angle of 212.05º 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 #96B8DF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 184 | 223 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.13 |
| HSL | 212.05º | 0.53% | 0.73% | - |
| HSV(B) | 212.05º | 0.33% | 0.87% | - |
| XYZ | 43.04 | 46.09 | 76.44 | - |
| YUV | 178.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 223 | 0.33 | 0.17 | 0 | 0.13 | 212.05 | 0.53 | 0.73 |
| Hex | 96 | B8 | DF | 21 | 11 | 0 | D | D4 | 35 | 49 |
| Octal | 226 | 270 | 337 | 41 | 21 | 0 | 15 | 324 | 65 | 111 |
| Binary | 10010110 | 10111000 | 11011111 | 100001 | 10001 | 0 | 1101 | 11010100 | 110101 | 1001001 |
Color Harmonies of #96B8DF
Complementary color
Monochromatic Colors of #96B8DF
Black with #96B8DF
Text Example
Text Example
White with #96B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B8DF; }
p { color: rgb(150,184,223); }
H1.HeaderClassName
{
color: #96B8DF;
}
.AnyTagClassName
{
color: #96B8DF;
}
</style>
background-color css
<style>
a { background-color: #96B8DF; }
a { background-color: rgb(150,184,223); }
div.DivClassName
{
background-color: #96B8DF;
}
.BgClassName
{
background-color: #96B8DF;
}
</style>
border-color css
<style>
span { border-color: #96B8DF; }
span { border-color: rgb(150,184,223); }
td.TdClassName
{
border-color: #96B8DF;
}
.TagClassName
{
border-color: #96B8DF;
}
</style>