Shades of Cornflower #96CAE0
Tints of Cornflower #96CAE0
RGB
CMYK
RGB Variations
Color information
#96CAE0 (or 0x96CAE0) is known color: Cornflower. HEX triplet: 96, CA and E0. RGB value is (150,202,224). Sum of RGB (Red+Green+Blue) = 150+202+224=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #96CAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAE0 is #69351F. Grayscale: #BCBCBC. Windows color (decimal): -6894880 or 14731926. OLE color: 14731926.
HSL color Cylindrical-coordinate representation of color #96CAE0: hue angle of 197.84º 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 #96CAE0 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 202 | 224 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.12 |
| HSL | 197.84º | 0.54% | 0.73% | - |
| HSV(B) | 197.84º | 0.33% | 0.88% | - |
| XYZ | 47.15 | 54.11 | 78.48 | - |
| YUV | 188.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 224 | 0.33 | 0.10 | 0 | 0.12 | 197.84 | 0.54 | 0.73 |
| Hex | 96 | CA | E0 | 21 | A | 0 | C | C6 | 36 | 49 |
| Octal | 226 | 312 | 340 | 41 | 12 | 0 | 14 | 306 | 66 | 111 |
| Binary | 10010110 | 11001010 | 11100000 | 100001 | 1010 | 0 | 1100 | 11000110 | 110110 | 1001001 |
Color Harmonies of #96CAE0
Complementary color
Monochromatic Colors of #96CAE0
Black with #96CAE0
Text Example
Text Example
White with #96CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CAE0; }
p { color: rgb(150,202,224); }
H1.HeaderClassName
{
color: #96CAE0;
}
.AnyTagClassName
{
color: #96CAE0;
}
</style>
background-color css
<style>
a { background-color: #96CAE0; }
a { background-color: rgb(150,202,224); }
div.DivClassName
{
background-color: #96CAE0;
}
.BgClassName
{
background-color: #96CAE0;
}
</style>
border-color css
<style>
span { border-color: #96CAE0; }
span { border-color: rgb(150,202,224); }
td.TdClassName
{
border-color: #96CAE0;
}
.TagClassName
{
border-color: #96CAE0;
}
</style>