Shades of Perano #96BBF9
Tints of Perano #96BBF9
RGB
CMYK
RGB Variations
Color information
#96BBF9 (or 0x96BBF9) is known color: Perano. HEX triplet: 96, BB and F9. RGB value is (150,187,249). Sum of RGB (Red+Green+Blue) = 150+187+249=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #96BBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBF9 is #694406. Grayscale: #B6B6B6. Windows color (decimal): -6898695 or 16366486. OLE color: 16366486.
HSL color Cylindrical-coordinate representation of color #96BBF9: hue angle of 217.58º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96BBF9 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 187 | 249 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.02 |
| HSL | 217.58º | 0.89% | 0.78% | - |
| HSV(B) | 217.58º | 0.4% | 0.98% | - |
| XYZ | 47.45 | 48.86 | 96.55 | - |
| YUV | 183.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 249 | 0.40 | 0.25 | 0 | 0.02 | 217.58 | 0.89 | 0.78 |
| Hex | 96 | BB | F9 | 28 | 19 | 0 | 2 | DA | 59 | 4E |
| Octal | 226 | 273 | 371 | 50 | 31 | 0 | 2 | 332 | 131 | 116 |
| Binary | 10010110 | 10111011 | 11111001 | 101000 | 11001 | 0 | 10 | 11011010 | 1011001 | 1001110 |
Color Harmonies of #96BBF9
Complementary color
Monochromatic Colors of #96BBF9
Black with #96BBF9
Text Example
Text Example
White with #96BBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBF9; }
p { color: rgb(150,187,249); }
H1.HeaderClassName
{
color: #96BBF9;
}
.AnyTagClassName
{
color: #96BBF9;
}
</style>
background-color css
<style>
a { background-color: #96BBF9; }
a { background-color: rgb(150,187,249); }
div.DivClassName
{
background-color: #96BBF9;
}
.BgClassName
{
background-color: #96BBF9;
}
</style>
border-color css
<style>
span { border-color: #96BBF9; }
span { border-color: rgb(150,187,249); }
td.TdClassName
{
border-color: #96BBF9;
}
.TagClassName
{
border-color: #96BBF9;
}
</style>