Shades of Cornflower #96C3EF
Tints of Cornflower #96C3EF
RGB
CMYK
RGB Variations
Color information
#96C3EF (or 0x96C3EF) is known color: Cornflower. HEX triplet: 96, C3 and EF. RGB value is (150,195,239). Sum of RGB (Red+Green+Blue) = 150+195+239=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #96C3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C3EF is #693C10. Grayscale: #BABABA. Windows color (decimal): -6896657 or 15713174. OLE color: 15713174.
HSL color Cylindrical-coordinate representation of color #96C3EF: hue angle of 209.66º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96C3EF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 195 | 239 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.06 |
| HSL | 209.66º | 0.74% | 0.76% | - |
| HSV(B) | 209.66º | 0.37% | 0.94% | - |
| XYZ | 47.67 | 51.75 | 89.14 | - |
| YUV | 186.56 | 157.59 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 239 | 0.37 | 0.18 | 0 | 0.06 | 209.66 | 0.74 | 0.76 |
| Hex | 96 | C3 | EF | 25 | 12 | 0 | 6 | D2 | 4A | 4C |
| Octal | 226 | 303 | 357 | 45 | 22 | 0 | 6 | 322 | 112 | 114 |
| Binary | 10010110 | 11000011 | 11101111 | 100101 | 10010 | 0 | 110 | 11010010 | 1001010 | 1001100 |
Color Harmonies of #96C3EF
Complementary color
Monochromatic Colors of #96C3EF
Black with #96C3EF
Text Example
Text Example
White with #96C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C3EF; }
p { color: rgb(150,195,239); }
H1.HeaderClassName
{
color: #96C3EF;
}
.AnyTagClassName
{
color: #96C3EF;
}
</style>
background-color css
<style>
a { background-color: #96C3EF; }
a { background-color: rgb(150,195,239); }
div.DivClassName
{
background-color: #96C3EF;
}
.BgClassName
{
background-color: #96C3EF;
}
</style>
border-color css
<style>
span { border-color: #96C3EF; }
span { border-color: rgb(150,195,239); }
td.TdClassName
{
border-color: #96C3EF;
}
.TagClassName
{
border-color: #96C3EF;
}
</style>