Shades of Perano #94AAFF
Tints of Perano #94AAFF
RGB
CMYK
RGB Variations
Color information
#94AAFF (or 0x94AAFF) is known color: Perano. HEX triplet: 94, AA and FF. RGB value is (148,170,255). Sum of RGB (Red+Green+Blue) = 148+170+255=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #94AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AAFF is #6B5500. Grayscale: #ACACAC. Windows color (decimal): -7034113 or 16755348. OLE color: 16755348.
HSL color Cylindrical-coordinate representation of color #94AAFF: hue angle of 227.66º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94AAFF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 170 | 255 | - |
| CMYK | 0.42 | 0.33 | 0 | 0 |
| HSL | 227.66º | 1% | 0.79% | - |
| HSV(B) | 227.66º | 0.42% | 1% | - |
| XYZ | 44.64 | 42.27 | 100.41 | - |
| YUV | 173.11 | 174.21 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 255 | 0.42 | 0.33 | 0 | 0 | 227.66 | 1 | 0.79 |
| Hex | 94 | AA | FF | 2A | 21 | 0 | 0 | E4 | 64 | 4F |
| Octal | 224 | 252 | 377 | 52 | 41 | 0 | 0 | 344 | 144 | 117 |
| Binary | 10010100 | 10101010 | 11111111 | 101010 | 100001 | 0 | 0 | 11100100 | 1100100 | 1001111 |
Color Harmonies of #94AAFF
Complementary color
Monochromatic Colors of #94AAFF
Black with #94AAFF
Text Example
Text Example
White with #94AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAFF; }
p { color: rgb(148,170,255); }
H1.HeaderClassName
{
color: #94AAFF;
}
.AnyTagClassName
{
color: #94AAFF;
}
</style>
background-color css
<style>
a { background-color: #94AAFF; }
a { background-color: rgb(148,170,255); }
div.DivClassName
{
background-color: #94AAFF;
}
.BgClassName
{
background-color: #94AAFF;
}
</style>
border-color css
<style>
span { border-color: #94AAFF; }
span { border-color: rgb(148,170,255); }
td.TdClassName
{
border-color: #94AAFF;
}
.TagClassName
{
border-color: #94AAFF;
}
</style>