Shades of Cornflower #96BFDE
Tints of Cornflower #96BFDE
RGB
CMYK
RGB Variations
Color information
#96BFDE (or 0x96BFDE) is known color: Cornflower. HEX triplet: 96, BF and DE. RGB value is (150,191,222). Sum of RGB (Red+Green+Blue) = 150+191+222=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #96BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFDE is #694021. Grayscale: #B6B6B6. Windows color (decimal): -6897698 or 14598038. OLE color: 14598038.
HSL color Cylindrical-coordinate representation of color #96BFDE: hue angle of 205.83º 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 #96BFDE is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 191 | 222 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.13 |
| HSL | 205.83º | 0.52% | 0.73% | - |
| HSV(B) | 205.83º | 0.32% | 0.87% | - |
| XYZ | 44.39 | 49.02 | 76.23 | - |
| YUV | 182.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 222 | 0.32 | 0.14 | 0 | 0.13 | 205.83 | 0.52 | 0.73 |
| Hex | 96 | BF | DE | 20 | E | 0 | D | CE | 34 | 49 |
| Octal | 226 | 277 | 336 | 40 | 16 | 0 | 15 | 316 | 64 | 111 |
| Binary | 10010110 | 10111111 | 11011110 | 100000 | 1110 | 0 | 1101 | 11001110 | 110100 | 1001001 |
Color Harmonies of #96BFDE
Complementary color
Monochromatic Colors of #96BFDE
Black with #96BFDE
Text Example
Text Example
White with #96BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFDE; }
p { color: rgb(150,191,222); }
H1.HeaderClassName
{
color: #96BFDE;
}
.AnyTagClassName
{
color: #96BFDE;
}
</style>
background-color css
<style>
a { background-color: #96BFDE; }
a { background-color: rgb(150,191,222); }
div.DivClassName
{
background-color: #96BFDE;
}
.BgClassName
{
background-color: #96BFDE;
}
</style>
border-color css
<style>
span { border-color: #96BFDE; }
span { border-color: rgb(150,191,222); }
td.TdClassName
{
border-color: #96BFDE;
}
.TagClassName
{
border-color: #96BFDE;
}
</style>