Shades of Perano #96AAF1
Tints of Perano #96AAF1
RGB
CMYK
RGB Variations
Color information
#96AAF1 (or 0x96AAF1) is known color: Perano. HEX triplet: 96, AA and F1. RGB value is (150,170,241). Sum of RGB (Red+Green+Blue) = 150+170+241=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #96AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AAF1 is #69550E. Grayscale: #ABABAB. Windows color (decimal): -6903055 or 15837846. OLE color: 15837846.
HSL color Cylindrical-coordinate representation of color #96AAF1: hue angle of 226.81º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96AAF1 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 170 | 241 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.05 |
| HSL | 226.81º | 0.76% | 0.77% | - |
| HSV(B) | 226.81º | 0.38% | 0.95% | - |
| XYZ | 42.83 | 41.58 | 88.99 | - |
| YUV | 172.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 241 | 0.38 | 0.29 | 0 | 0.05 | 226.81 | 0.76 | 0.77 |
| Hex | 96 | AA | F1 | 26 | 1D | 0 | 5 | E3 | 4C | 4D |
| Octal | 226 | 252 | 361 | 46 | 35 | 0 | 5 | 343 | 114 | 115 |
| Binary | 10010110 | 10101010 | 11110001 | 100110 | 11101 | 0 | 101 | 11100011 | 1001100 | 1001101 |
Color Harmonies of #96AAF1
Complementary color
Monochromatic Colors of #96AAF1
Black with #96AAF1
Text Example
Text Example
White with #96AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AAF1; }
p { color: rgb(150,170,241); }
H1.HeaderClassName
{
color: #96AAF1;
}
.AnyTagClassName
{
color: #96AAF1;
}
</style>
background-color css
<style>
a { background-color: #96AAF1; }
a { background-color: rgb(150,170,241); }
div.DivClassName
{
background-color: #96AAF1;
}
.BgClassName
{
background-color: #96AAF1;
}
</style>
border-color css
<style>
span { border-color: #96AAF1; }
span { border-color: rgb(150,170,241); }
td.TdClassName
{
border-color: #96AAF1;
}
.TagClassName
{
border-color: #96AAF1;
}
</style>