Shades of Perano #96ACF1
Tints of Perano #96ACF1
RGB
CMYK
RGB Variations
Color information
#96ACF1 (or 0x96ACF1) is known color: Perano. HEX triplet: 96, AC and F1. RGB value is (150,172,241). Sum of RGB (Red+Green+Blue) = 150+172+241=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #96ACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ACF1 is #69530E. Grayscale: #ACACAC. Windows color (decimal): -6902543 or 15838358. OLE color: 15838358.
HSL color Cylindrical-coordinate representation of color #96ACF1: hue angle of 225.49º 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 #96ACF1 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 172 | 241 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.05 |
| HSL | 225.49º | 0.76% | 0.77% | - |
| HSV(B) | 225.49º | 0.38% | 0.95% | - |
| XYZ | 43.21 | 42.34 | 89.11 | - |
| YUV | 173.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 241 | 0.38 | 0.29 | 0 | 0.05 | 225.49 | 0.76 | 0.77 |
| Hex | 96 | AC | F1 | 26 | 1D | 0 | 5 | E1 | 4C | 4D |
| Octal | 226 | 254 | 361 | 46 | 35 | 0 | 5 | 341 | 114 | 115 |
| Binary | 10010110 | 10101100 | 11110001 | 100110 | 11101 | 0 | 101 | 11100001 | 1001100 | 1001101 |
Color Harmonies of #96ACF1
Complementary color
Monochromatic Colors of #96ACF1
Black with #96ACF1
Text Example
Text Example
White with #96ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ACF1; }
p { color: rgb(150,172,241); }
H1.HeaderClassName
{
color: #96ACF1;
}
.AnyTagClassName
{
color: #96ACF1;
}
</style>
background-color css
<style>
a { background-color: #96ACF1; }
a { background-color: rgb(150,172,241); }
div.DivClassName
{
background-color: #96ACF1;
}
.BgClassName
{
background-color: #96ACF1;
}
</style>
border-color css
<style>
span { border-color: #96ACF1; }
span { border-color: rgb(150,172,241); }
td.TdClassName
{
border-color: #96ACF1;
}
.TagClassName
{
border-color: #96ACF1;
}
</style>