Shades of Perano #96ABFE
Tints of Perano #96ABFE
RGB
CMYK
RGB Variations
Color information
#96ABFE (or 0x96ABFE) is known color: Perano. HEX triplet: 96, AB and FE. RGB value is (150,171,254). Sum of RGB (Red+Green+Blue) = 150+171+254=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #96ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ABFE is #695401. Grayscale: #ADADAD. Windows color (decimal): -6902786 or 16690070. OLE color: 16690070.
HSL color Cylindrical-coordinate representation of color #96ABFE: hue angle of 227.88º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96ABFE is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 171 | 254 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.00 |
| HSL | 227.88º | 0.98% | 0.79% | - |
| HSV(B) | 227.88º | 0.41% | 1% | - |
| XYZ | 45.03 | 42.77 | 99.65 | - |
| YUV | 174.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 254 | 0.41 | 0.33 | 0 | 0.00 | 227.88 | 0.98 | 0.79 |
| Hex | 96 | AB | FE | 29 | 21 | 0 | 0 | E4 | 62 | 4F |
| Octal | 226 | 253 | 376 | 51 | 41 | 0 | 0 | 344 | 142 | 117 |
| Binary | 10010110 | 10101011 | 11111110 | 101001 | 100001 | 0 | 0 | 11100100 | 1100010 | 1001111 |
Color Harmonies of #96ABFE
Complementary color
Monochromatic Colors of #96ABFE
Black with #96ABFE
Text Example
Text Example
White with #96ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABFE; }
p { color: rgb(150,171,254); }
H1.HeaderClassName
{
color: #96ABFE;
}
.AnyTagClassName
{
color: #96ABFE;
}
</style>
background-color css
<style>
a { background-color: #96ABFE; }
a { background-color: rgb(150,171,254); }
div.DivClassName
{
background-color: #96ABFE;
}
.BgClassName
{
background-color: #96ABFE;
}
</style>
border-color css
<style>
span { border-color: #96ABFE; }
span { border-color: rgb(150,171,254); }
td.TdClassName
{
border-color: #96ABFE;
}
.TagClassName
{
border-color: #96ABFE;
}
</style>