Shades of Cornflower #96CDF3
Tints of Cornflower #96CDF3
RGB
CMYK
RGB Variations
Color information
#96CDF3 (or 0x96CDF3) is known color: Cornflower. HEX triplet: 96, CD and F3. RGB value is (150,205,243). Sum of RGB (Red+Green+Blue) = 150+205+243=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #96CDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CDF3 is #69320C. Grayscale: #C0C0C0. Windows color (decimal): -6894093 or 15977878. OLE color: 15977878.
HSL color Cylindrical-coordinate representation of color #96CDF3: hue angle of 204.52º degrees, saturation: 0.79, 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 #96CDF3 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 205 | 243 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.05 |
| HSL | 204.52º | 0.79% | 0.77% | - |
| HSV(B) | 204.52º | 0.38% | 0.95% | - |
| XYZ | 50.59 | 56.62 | 93.06 | - |
| YUV | 192.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 243 | 0.38 | 0.16 | 0 | 0.05 | 204.52 | 0.79 | 0.77 |
| Hex | 96 | CD | F3 | 26 | 10 | 0 | 5 | CD | 4F | 4D |
| Octal | 226 | 315 | 363 | 46 | 20 | 0 | 5 | 315 | 117 | 115 |
| Binary | 10010110 | 11001101 | 11110011 | 100110 | 10000 | 0 | 101 | 11001101 | 1001111 | 1001101 |
Color Harmonies of #96CDF3
Complementary color
Monochromatic Colors of #96CDF3
Black with #96CDF3
Text Example
Text Example
White with #96CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDF3; }
p { color: rgb(150,205,243); }
H1.HeaderClassName
{
color: #96CDF3;
}
.AnyTagClassName
{
color: #96CDF3;
}
</style>
background-color css
<style>
a { background-color: #96CDF3; }
a { background-color: rgb(150,205,243); }
div.DivClassName
{
background-color: #96CDF3;
}
.BgClassName
{
background-color: #96CDF3;
}
</style>
border-color css
<style>
span { border-color: #96CDF3; }
span { border-color: rgb(150,205,243); }
td.TdClassName
{
border-color: #96CDF3;
}
.TagClassName
{
border-color: #96CDF3;
}
</style>