Shades of Perano #96ADF2
Tints of Perano #96ADF2
RGB
CMYK
RGB Variations
Color information
#96ADF2 (or 0x96ADF2) is known color: Perano. HEX triplet: 96, AD and F2. RGB value is (150,173,242). Sum of RGB (Red+Green+Blue) = 150+173+242=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #96ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ADF2 is #69520D. Grayscale: #ADADAD. Windows color (decimal): -6902286 or 15904150. OLE color: 15904150.
HSL color Cylindrical-coordinate representation of color #96ADF2: hue angle of 225º 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 #96ADF2 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 173 | 242 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.05 |
| HSL | 225º | 0.78% | 0.77% | - |
| HSV(B) | 225º | 0.38% | 0.95% | - |
| XYZ | 43.55 | 42.78 | 89.97 | - |
| YUV | 173.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 242 | 0.38 | 0.29 | 0 | 0.05 | 225 | 0.78 | 0.77 |
| Hex | 96 | AD | F2 | 26 | 1D | 0 | 5 | E1 | 4E | 4D |
| Octal | 226 | 255 | 362 | 46 | 35 | 0 | 5 | 341 | 116 | 115 |
| Binary | 10010110 | 10101101 | 11110010 | 100110 | 11101 | 0 | 101 | 11100001 | 1001110 | 1001101 |
Color Harmonies of #96ADF2
Complementary color
Monochromatic Colors of #96ADF2
Black with #96ADF2
Text Example
Text Example
White with #96ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADF2; }
p { color: rgb(150,173,242); }
H1.HeaderClassName
{
color: #96ADF2;
}
.AnyTagClassName
{
color: #96ADF2;
}
</style>
background-color css
<style>
a { background-color: #96ADF2; }
a { background-color: rgb(150,173,242); }
div.DivClassName
{
background-color: #96ADF2;
}
.BgClassName
{
background-color: #96ADF2;
}
</style>
border-color css
<style>
span { border-color: #96ADF2; }
span { border-color: rgb(150,173,242); }
td.TdClassName
{
border-color: #96ADF2;
}
.TagClassName
{
border-color: #96ADF2;
}
</style>