Shades of Cornflower #96BEDB
Tints of Cornflower #96BEDB
RGB
CMYK
RGB Variations
Color information
#96BEDB (or 0x96BEDB) is known color: Cornflower. HEX triplet: 96, BE and DB. RGB value is (150,190,219). Sum of RGB (Red+Green+Blue) = 150+190+219=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #96BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEDB is #694124. Grayscale: #B5B5B5. Windows color (decimal): -6897957 or 14401174. OLE color: 14401174.
HSL color Cylindrical-coordinate representation of color #96BEDB: hue angle of 205.22º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BEDB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 190 | 219 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.14 |
| HSL | 205.22º | 0.49% | 0.72% | - |
| HSV(B) | 205.22º | 0.32% | 0.86% | - |
| XYZ | 43.78 | 48.43 | 74.06 | - |
| YUV | 181.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 219 | 0.32 | 0.13 | 0 | 0.14 | 205.22 | 0.49 | 0.72 |
| Hex | 96 | BE | DB | 20 | D | 0 | E | CD | 31 | 48 |
| Octal | 226 | 276 | 333 | 40 | 15 | 0 | 16 | 315 | 61 | 110 |
| Binary | 10010110 | 10111110 | 11011011 | 100000 | 1101 | 0 | 1110 | 11001101 | 110001 | 1001000 |
Color Harmonies of #96BEDB
Complementary color
Monochromatic Colors of #96BEDB
Black with #96BEDB
Text Example
Text Example
White with #96BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BEDB; }
p { color: rgb(150,190,219); }
H1.HeaderClassName
{
color: #96BEDB;
}
.AnyTagClassName
{
color: #96BEDB;
}
</style>
background-color css
<style>
a { background-color: #96BEDB; }
a { background-color: rgb(150,190,219); }
div.DivClassName
{
background-color: #96BEDB;
}
.BgClassName
{
background-color: #96BEDB;
}
</style>
border-color css
<style>
span { border-color: #96BEDB; }
span { border-color: rgb(150,190,219); }
td.TdClassName
{
border-color: #96BEDB;
}
.TagClassName
{
border-color: #96BEDB;
}
</style>