Shades of Cornflower #96CFF3
Tints of Cornflower #96CFF3
RGB
CMYK
RGB Variations
Color information
#96CFF3 (or 0x96CFF3) is known color: Cornflower. HEX triplet: 96, CF and F3. RGB value is (150,207,243). Sum of RGB (Red+Green+Blue) = 150+207+243=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 243 - color contains mainly: blue. Hex color #96CFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFF3 is #69300C. Grayscale: #C1C1C1. Windows color (decimal): -6893581 or 15978390. OLE color: 15978390.
HSL color Cylindrical-coordinate representation of color #96CFF3: hue angle of 203.23º 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 #96CFF3 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 207 | 243 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.05 |
| HSL | 203.23º | 0.79% | 0.77% | - |
| HSV(B) | 203.23º | 0.38% | 0.95% | - |
| XYZ | 51.07 | 57.58 | 93.22 | - |
| YUV | 194.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 243 | 0.38 | 0.15 | 0 | 0.05 | 203.23 | 0.79 | 0.77 |
| Hex | 96 | CF | F3 | 26 | F | 0 | 5 | CB | 4F | 4D |
| Octal | 226 | 317 | 363 | 46 | 17 | 0 | 5 | 313 | 117 | 115 |
| Binary | 10010110 | 11001111 | 11110011 | 100110 | 1111 | 0 | 101 | 11001011 | 1001111 | 1001101 |
Color Harmonies of #96CFF3
Complementary color
Monochromatic Colors of #96CFF3
Black with #96CFF3
Text Example
Text Example
White with #96CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFF3; }
p { color: rgb(150,207,243); }
H1.HeaderClassName
{
color: #96CFF3;
}
.AnyTagClassName
{
color: #96CFF3;
}
</style>
background-color css
<style>
a { background-color: #96CFF3; }
a { background-color: rgb(150,207,243); }
div.DivClassName
{
background-color: #96CFF3;
}
.BgClassName
{
background-color: #96CFF3;
}
</style>
border-color css
<style>
span { border-color: #96CFF3; }
span { border-color: rgb(150,207,243); }
td.TdClassName
{
border-color: #96CFF3;
}
.TagClassName
{
border-color: #96CFF3;
}
</style>