Shades of Perano #92AAF2
Tints of Perano #92AAF2
RGB
CMYK
RGB Variations
Color information
#92AAF2 (or 0x92AAF2) is known color: Perano. HEX triplet: 92, AA and F2. RGB value is (146,170,242). Sum of RGB (Red+Green+Blue) = 146+170+242=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #92AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92AAF2 is #6D550D. Grayscale: #AAAAAA. Windows color (decimal): -7165198 or 15903378. OLE color: 15903378.
HSL color Cylindrical-coordinate representation of color #92AAF2: hue angle of 225º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92AAF2 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 170 | 242 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.05 |
| HSL | 225º | 0.79% | 0.76% | - |
| HSV(B) | 225º | 0.4% | 0.95% | - |
| XYZ | 42.26 | 41.27 | 89.74 | - |
| YUV | 171.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 242 | 0.40 | 0.30 | 0 | 0.05 | 225 | 0.79 | 0.76 |
| Hex | 92 | AA | F2 | 28 | 1E | 0 | 5 | E1 | 4F | 4C |
| Octal | 222 | 252 | 362 | 50 | 36 | 0 | 5 | 341 | 117 | 114 |
| Binary | 10010010 | 10101010 | 11110010 | 101000 | 11110 | 0 | 101 | 11100001 | 1001111 | 1001100 |
Color Harmonies of #92AAF2
Complementary color
Monochromatic Colors of #92AAF2
Black with #92AAF2
Text Example
Text Example
White with #92AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAF2; }
p { color: rgb(146,170,242); }
H1.HeaderClassName
{
color: #92AAF2;
}
.AnyTagClassName
{
color: #92AAF2;
}
</style>
background-color css
<style>
a { background-color: #92AAF2; }
a { background-color: rgb(146,170,242); }
div.DivClassName
{
background-color: #92AAF2;
}
.BgClassName
{
background-color: #92AAF2;
}
</style>
border-color css
<style>
span { border-color: #92AAF2; }
span { border-color: rgb(146,170,242); }
td.TdClassName
{
border-color: #92AAF2;
}
.TagClassName
{
border-color: #92AAF2;
}
</style>