Shades of Perano #96ABFF
Tints of Perano #96ABFF
RGB
CMYK
RGB Variations
Color information
#96ABFF (or 0x96ABFF) is known color: Perano. HEX triplet: 96, AB and FF. RGB value is (150,171,255). Sum of RGB (Red+Green+Blue) = 150+171+255=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #96ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ABFF is #695400. Grayscale: #ADADAD. Windows color (decimal): -6902785 or 16755606. OLE color: 16755606.
HSL color Cylindrical-coordinate representation of color #96ABFF: hue angle of 228º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96ABFF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 171 | 255 | - |
| CMYK | 0.41 | 0.33 | 0 | 0 |
| HSL | 228º | 1% | 0.79% | - |
| HSV(B) | 228º | 0.41% | 1% | - |
| XYZ | 45.19 | 42.83 | 100.49 | - |
| YUV | 174.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 255 | 0.41 | 0.33 | 0 | 0 | 228 | 1 | 0.79 |
| Hex | 96 | AB | FF | 29 | 21 | 0 | 0 | E4 | 64 | 4F |
| Octal | 226 | 253 | 377 | 51 | 41 | 0 | 0 | 344 | 144 | 117 |
| Binary | 10010110 | 10101011 | 11111111 | 101001 | 100001 | 0 | 0 | 11100100 | 1100100 | 1001111 |
Color Harmonies of #96ABFF
Complementary color
Monochromatic Colors of #96ABFF
Black with #96ABFF
Text Example
Text Example
White with #96ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABFF; }
p { color: rgb(150,171,255); }
H1.HeaderClassName
{
color: #96ABFF;
}
.AnyTagClassName
{
color: #96ABFF;
}
</style>
background-color css
<style>
a { background-color: #96ABFF; }
a { background-color: rgb(150,171,255); }
div.DivClassName
{
background-color: #96ABFF;
}
.BgClassName
{
background-color: #96ABFF;
}
</style>
border-color css
<style>
span { border-color: #96ABFF; }
span { border-color: rgb(150,171,255); }
td.TdClassName
{
border-color: #96ABFF;
}
.TagClassName
{
border-color: #96ABFF;
}
</style>