Shades of Cornflower #96BDDC
Tints of Cornflower #96BDDC
RGB
CMYK
RGB Variations
Color information
#96BDDC (or 0x96BDDC) is known color: Cornflower. HEX triplet: 96, BD and DC. RGB value is (150,189,220). Sum of RGB (Red+Green+Blue) = 150+189+220=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #96BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDDC is #694223. Grayscale: #B4B4B4. Windows color (decimal): -6898212 or 14466454. OLE color: 14466454.
HSL color Cylindrical-coordinate representation of color #96BDDC: hue angle of 206.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BDDC is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 189 | 220 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.14 |
| HSL | 206.57º | 0.5% | 0.73% | - |
| HSV(B) | 206.57º | 0.32% | 0.86% | - |
| XYZ | 43.69 | 48.05 | 74.68 | - |
| YUV | 180.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 220 | 0.32 | 0.14 | 0 | 0.14 | 206.57 | 0.5 | 0.73 |
| Hex | 96 | BD | DC | 20 | E | 0 | E | CF | 32 | 49 |
| Octal | 226 | 275 | 334 | 40 | 16 | 0 | 16 | 317 | 62 | 111 |
| Binary | 10010110 | 10111101 | 11011100 | 100000 | 1110 | 0 | 1110 | 11001111 | 110010 | 1001001 |
Color Harmonies of #96BDDC
Complementary color
Monochromatic Colors of #96BDDC
Black with #96BDDC
Text Example
Text Example
White with #96BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDDC; }
p { color: rgb(150,189,220); }
H1.HeaderClassName
{
color: #96BDDC;
}
.AnyTagClassName
{
color: #96BDDC;
}
</style>
background-color css
<style>
a { background-color: #96BDDC; }
a { background-color: rgb(150,189,220); }
div.DivClassName
{
background-color: #96BDDC;
}
.BgClassName
{
background-color: #96BDDC;
}
</style>
border-color css
<style>
span { border-color: #96BDDC; }
span { border-color: rgb(150,189,220); }
td.TdClassName
{
border-color: #96BDDC;
}
.TagClassName
{
border-color: #96BDDC;
}
</style>