Shades of Cornflower #96CEF2
Tints of Cornflower #96CEF2
RGB
CMYK
RGB Variations
Color information
#96CEF2 (or 0x96CEF2) is known color: Cornflower. HEX triplet: 96, CE and F2. RGB value is (150,206,242). Sum of RGB (Red+Green+Blue) = 150+206+242=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #96CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CEF2 is #69310D. Grayscale: #C1C1C1. Windows color (decimal): -6893838 or 15912598. OLE color: 15912598.
HSL color Cylindrical-coordinate representation of color #96CEF2: hue angle of 203.48º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96CEF2 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 206 | 242 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.05 |
| HSL | 203.48º | 0.78% | 0.77% | - |
| HSV(B) | 203.48º | 0.38% | 0.95% | - |
| XYZ | 50.68 | 57.04 | 92.34 | - |
| YUV | 193.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 242 | 0.38 | 0.15 | 0 | 0.05 | 203.48 | 0.78 | 0.77 |
| Hex | 96 | CE | F2 | 26 | F | 0 | 5 | CB | 4E | 4D |
| Octal | 226 | 316 | 362 | 46 | 17 | 0 | 5 | 313 | 116 | 115 |
| Binary | 10010110 | 11001110 | 11110010 | 100110 | 1111 | 0 | 101 | 11001011 | 1001110 | 1001101 |
Color Harmonies of #96CEF2
Complementary color
Monochromatic Colors of #96CEF2
Black with #96CEF2
Text Example
Text Example
White with #96CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEF2; }
p { color: rgb(150,206,242); }
H1.HeaderClassName
{
color: #96CEF2;
}
.AnyTagClassName
{
color: #96CEF2;
}
</style>
background-color css
<style>
a { background-color: #96CEF2; }
a { background-color: rgb(150,206,242); }
div.DivClassName
{
background-color: #96CEF2;
}
.BgClassName
{
background-color: #96CEF2;
}
</style>
border-color css
<style>
span { border-color: #96CEF2; }
span { border-color: rgb(150,206,242); }
td.TdClassName
{
border-color: #96CEF2;
}
.TagClassName
{
border-color: #96CEF2;
}
</style>