Shades of Cornflower #96CDF1
Tints of Cornflower #96CDF1
RGB
CMYK
RGB Variations
Color information
#96CDF1 (or 0x96CDF1) is known color: Cornflower. HEX triplet: 96, CD and F1. RGB value is (150,205,241). Sum of RGB (Red+Green+Blue) = 150+205+241=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #96CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CDF1 is #69320E. Grayscale: #C0C0C0. Windows color (decimal): -6894095 or 15846806. OLE color: 15846806.
HSL color Cylindrical-coordinate representation of color #96CDF1: hue angle of 203.74º degrees, saturation: 0.76, 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 #96CDF1 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 205 | 241 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.05 |
| HSL | 203.74º | 0.76% | 0.77% | - |
| HSV(B) | 203.74º | 0.38% | 0.95% | - |
| XYZ | 50.29 | 56.5 | 91.47 | - |
| YUV | 192.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 241 | 0.38 | 0.15 | 0 | 0.05 | 203.74 | 0.76 | 0.77 |
| Hex | 96 | CD | F1 | 26 | F | 0 | 5 | CC | 4C | 4D |
| Octal | 226 | 315 | 361 | 46 | 17 | 0 | 5 | 314 | 114 | 115 |
| Binary | 10010110 | 11001101 | 11110001 | 100110 | 1111 | 0 | 101 | 11001100 | 1001100 | 1001101 |
Color Harmonies of #96CDF1
Complementary color
Monochromatic Colors of #96CDF1
Black with #96CDF1
Text Example
Text Example
White with #96CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDF1; }
p { color: rgb(150,205,241); }
H1.HeaderClassName
{
color: #96CDF1;
}
.AnyTagClassName
{
color: #96CDF1;
}
</style>
background-color css
<style>
a { background-color: #96CDF1; }
a { background-color: rgb(150,205,241); }
div.DivClassName
{
background-color: #96CDF1;
}
.BgClassName
{
background-color: #96CDF1;
}
</style>
border-color css
<style>
span { border-color: #96CDF1; }
span { border-color: rgb(150,205,241); }
td.TdClassName
{
border-color: #96CDF1;
}
.TagClassName
{
border-color: #96CDF1;
}
</style>