Shades of Cornflower #96BFDD
Tints of Cornflower #96BFDD
RGB
CMYK
RGB Variations
Color information
#96BFDD (or 0x96BFDD) is known color: Cornflower. HEX triplet: 96, BF and DD. RGB value is (150,191,221). Sum of RGB (Red+Green+Blue) = 150+191+221=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #96BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFDD is #694022. Grayscale: #B6B6B6. Windows color (decimal): -6897699 or 14532502. OLE color: 14532502.
HSL color Cylindrical-coordinate representation of color #96BFDD: hue angle of 205.35º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BFDD is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 191 | 221 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.13 |
| HSL | 205.35º | 0.51% | 0.73% | - |
| HSV(B) | 205.35º | 0.32% | 0.87% | - |
| XYZ | 44.26 | 48.97 | 75.53 | - |
| YUV | 182.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 221 | 0.32 | 0.14 | 0 | 0.13 | 205.35 | 0.51 | 0.73 |
| Hex | 96 | BF | DD | 20 | E | 0 | D | CD | 33 | 49 |
| Octal | 226 | 277 | 335 | 40 | 16 | 0 | 15 | 315 | 63 | 111 |
| Binary | 10010110 | 10111111 | 11011101 | 100000 | 1110 | 0 | 1101 | 11001101 | 110011 | 1001001 |
Color Harmonies of #96BFDD
Complementary color
Monochromatic Colors of #96BFDD
Black with #96BFDD
Text Example
Text Example
White with #96BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFDD; }
p { color: rgb(150,191,221); }
H1.HeaderClassName
{
color: #96BFDD;
}
.AnyTagClassName
{
color: #96BFDD;
}
</style>
background-color css
<style>
a { background-color: #96BFDD; }
a { background-color: rgb(150,191,221); }
div.DivClassName
{
background-color: #96BFDD;
}
.BgClassName
{
background-color: #96BFDD;
}
</style>
border-color css
<style>
span { border-color: #96BFDD; }
span { border-color: rgb(150,191,221); }
td.TdClassName
{
border-color: #96BFDD;
}
.TagClassName
{
border-color: #96BFDD;
}
</style>