Shades of Cornflower #96BDDE
Tints of Cornflower #96BDDE
RGB
CMYK
RGB Variations
Color information
#96BDDE (or 0x96BDDE) is known color: Cornflower. HEX triplet: 96, BD and DE. RGB value is (150,189,222). Sum of RGB (Red+Green+Blue) = 150+189+222=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #96BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDDE is #694221. Grayscale: #B4B4B4. Windows color (decimal): -6898210 or 14597526. OLE color: 14597526.
HSL color Cylindrical-coordinate representation of color #96BDDE: hue angle of 207.5º degrees, saturation: 0.52, 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 #96BDDE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 189 | 222 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.13 |
| HSL | 207.5º | 0.52% | 0.73% | - |
| HSV(B) | 207.5º | 0.32% | 0.87% | - |
| XYZ | 43.96 | 48.15 | 76.08 | - |
| YUV | 181.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 222 | 0.32 | 0.15 | 0 | 0.13 | 207.5 | 0.52 | 0.73 |
| Hex | 96 | BD | DE | 20 | F | 0 | D | D0 | 34 | 49 |
| Octal | 226 | 275 | 336 | 40 | 17 | 0 | 15 | 320 | 64 | 111 |
| Binary | 10010110 | 10111101 | 11011110 | 100000 | 1111 | 0 | 1101 | 11010000 | 110100 | 1001001 |
Color Harmonies of #96BDDE
Complementary color
Monochromatic Colors of #96BDDE
Black with #96BDDE
Text Example
Text Example
White with #96BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDDE; }
p { color: rgb(150,189,222); }
H1.HeaderClassName
{
color: #96BDDE;
}
.AnyTagClassName
{
color: #96BDDE;
}
</style>
background-color css
<style>
a { background-color: #96BDDE; }
a { background-color: rgb(150,189,222); }
div.DivClassName
{
background-color: #96BDDE;
}
.BgClassName
{
background-color: #96BDDE;
}
</style>
border-color css
<style>
span { border-color: #96BDDE; }
span { border-color: rgb(150,189,222); }
td.TdClassName
{
border-color: #96BDDE;
}
.TagClassName
{
border-color: #96BDDE;
}
</style>