Shades of Perano #96AAF2
Tints of Perano #96AAF2
RGB
CMYK
RGB Variations
Color information
#96AAF2 (or 0x96AAF2) is known color: Perano. HEX triplet: 96, AA and F2. RGB value is (150,170,242). Sum of RGB (Red+Green+Blue) = 150+170+242=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #96AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AAF2 is #69550D. Grayscale: #ABABAB. Windows color (decimal): -6903054 or 15903382. OLE color: 15903382.
HSL color Cylindrical-coordinate representation of color #96AAF2: hue angle of 226.96º degrees, saturation: 0.78, 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 #96AAF2 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 170 | 242 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.05 |
| HSL | 226.96º | 0.78% | 0.77% | - |
| HSV(B) | 226.96º | 0.38% | 0.95% | - |
| XYZ | 42.98 | 41.64 | 89.78 | - |
| YUV | 172.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 242 | 0.38 | 0.30 | 0 | 0.05 | 226.96 | 0.78 | 0.77 |
| Hex | 96 | AA | F2 | 26 | 1E | 0 | 5 | E3 | 4E | 4D |
| Octal | 226 | 252 | 362 | 46 | 36 | 0 | 5 | 343 | 116 | 115 |
| Binary | 10010110 | 10101010 | 11110010 | 100110 | 11110 | 0 | 101 | 11100011 | 1001110 | 1001101 |
Color Harmonies of #96AAF2
Complementary color
Monochromatic Colors of #96AAF2
Black with #96AAF2
Text Example
Text Example
White with #96AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AAF2; }
p { color: rgb(150,170,242); }
H1.HeaderClassName
{
color: #96AAF2;
}
.AnyTagClassName
{
color: #96AAF2;
}
</style>
background-color css
<style>
a { background-color: #96AAF2; }
a { background-color: rgb(150,170,242); }
div.DivClassName
{
background-color: #96AAF2;
}
.BgClassName
{
background-color: #96AAF2;
}
</style>
border-color css
<style>
span { border-color: #96AAF2; }
span { border-color: rgb(150,170,242); }
td.TdClassName
{
border-color: #96AAF2;
}
.TagClassName
{
border-color: #96AAF2;
}
</style>