Shades of Cornflower #96C3EA
Tints of Cornflower #96C3EA
RGB
CMYK
RGB Variations
Color information
#96C3EA (or 0x96C3EA) is known color: Cornflower. HEX triplet: 96, C3 and EA. RGB value is (150,195,234). Sum of RGB (Red+Green+Blue) = 150+195+234=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #96C3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C3EA is #693C15. Grayscale: #B9B9B9. Windows color (decimal): -6896662 or 15385494. OLE color: 15385494.
HSL color Cylindrical-coordinate representation of color #96C3EA: hue angle of 207.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96C3EA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 195 | 234 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.08 |
| HSL | 207.86º | 0.67% | 0.75% | - |
| HSV(B) | 207.86º | 0.36% | 0.92% | - |
| XYZ | 46.94 | 51.45 | 85.3 | - |
| YUV | 185.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 234 | 0.36 | 0.17 | 0 | 0.08 | 207.86 | 0.67 | 0.75 |
| Hex | 96 | C3 | EA | 24 | 11 | 0 | 8 | D0 | 43 | 4B |
| Octal | 226 | 303 | 352 | 44 | 21 | 0 | 10 | 320 | 103 | 113 |
| Binary | 10010110 | 11000011 | 11101010 | 100100 | 10001 | 0 | 1000 | 11010000 | 1000011 | 1001011 |
Color Harmonies of #96C3EA
Complementary color
Monochromatic Colors of #96C3EA
Black with #96C3EA
Text Example
Text Example
White with #96C3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C3EA; }
p { color: rgb(150,195,234); }
H1.HeaderClassName
{
color: #96C3EA;
}
.AnyTagClassName
{
color: #96C3EA;
}
</style>
background-color css
<style>
a { background-color: #96C3EA; }
a { background-color: rgb(150,195,234); }
div.DivClassName
{
background-color: #96C3EA;
}
.BgClassName
{
background-color: #96C3EA;
}
</style>
border-color css
<style>
span { border-color: #96C3EA; }
span { border-color: rgb(150,195,234); }
td.TdClassName
{
border-color: #96C3EA;
}
.TagClassName
{
border-color: #96C3EA;
}
</style>