Shades of Perano #96AEF5
Tints of Perano #96AEF5
RGB
CMYK
RGB Variations
Color information
#96AEF5 (or 0x96AEF5) is known color: Perano. HEX triplet: 96, AE and F5. RGB value is (150,174,245). Sum of RGB (Red+Green+Blue) = 150+174+245=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #96AEF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AEF5 is #69510A. Grayscale: #AEAEAE. Windows color (decimal): -6902027 or 16101014. OLE color: 16101014.
HSL color Cylindrical-coordinate representation of color #96AEF5: hue angle of 224.84º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96AEF5 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 174 | 245 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.04 |
| HSL | 224.84º | 0.83% | 0.77% | - |
| HSV(B) | 224.84º | 0.39% | 0.96% | - |
| XYZ | 44.2 | 43.35 | 92.42 | - |
| YUV | 174.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 245 | 0.39 | 0.29 | 0 | 0.04 | 224.84 | 0.83 | 0.77 |
| Hex | 96 | AE | F5 | 27 | 1D | 0 | 4 | E1 | 53 | 4D |
| Octal | 226 | 256 | 365 | 47 | 35 | 0 | 4 | 341 | 123 | 115 |
| Binary | 10010110 | 10101110 | 11110101 | 100111 | 11101 | 0 | 100 | 11100001 | 1010011 | 1001101 |
Color Harmonies of #96AEF5
Complementary color
Monochromatic Colors of #96AEF5
Black with #96AEF5
Text Example
Text Example
White with #96AEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AEF5; }
p { color: rgb(150,174,245); }
H1.HeaderClassName
{
color: #96AEF5;
}
.AnyTagClassName
{
color: #96AEF5;
}
</style>
background-color css
<style>
a { background-color: #96AEF5; }
a { background-color: rgb(150,174,245); }
div.DivClassName
{
background-color: #96AEF5;
}
.BgClassName
{
background-color: #96AEF5;
}
</style>
border-color css
<style>
span { border-color: #96AEF5; }
span { border-color: rgb(150,174,245); }
td.TdClassName
{
border-color: #96AEF5;
}
.TagClassName
{
border-color: #96AEF5;
}
</style>