Shades of Perano #94AAFB
Tints of Perano #94AAFB
RGB
CMYK
RGB Variations
Color information
#94AAFB (or 0x94AAFB) is known color: Perano. HEX triplet: 94, AA and FB. RGB value is (148,170,251). Sum of RGB (Red+Green+Blue) = 148+170+251=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #94AAFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AAFB is #6B5504. Grayscale: #ACACAC. Windows color (decimal): -7034117 or 16493204. OLE color: 16493204.
HSL color Cylindrical-coordinate representation of color #94AAFB: hue angle of 227.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94AAFB is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 170 | 251 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.02 |
| HSL | 227.18º | 0.93% | 0.78% | - |
| HSV(B) | 227.18º | 0.41% | 0.98% | - |
| XYZ | 44 | 42.01 | 97.06 | - |
| YUV | 172.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 251 | 0.41 | 0.32 | 0 | 0.02 | 227.18 | 0.93 | 0.78 |
| Hex | 94 | AA | FB | 29 | 20 | 0 | 2 | E3 | 5D | 4E |
| Octal | 224 | 252 | 373 | 51 | 40 | 0 | 2 | 343 | 135 | 116 |
| Binary | 10010100 | 10101010 | 11111011 | 101001 | 100000 | 0 | 10 | 11100011 | 1011101 | 1001110 |
Color Harmonies of #94AAFB
Complementary color
Monochromatic Colors of #94AAFB
Black with #94AAFB
Text Example
Text Example
White with #94AAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAFB; }
p { color: rgb(148,170,251); }
H1.HeaderClassName
{
color: #94AAFB;
}
.AnyTagClassName
{
color: #94AAFB;
}
</style>
background-color css
<style>
a { background-color: #94AAFB; }
a { background-color: rgb(148,170,251); }
div.DivClassName
{
background-color: #94AAFB;
}
.BgClassName
{
background-color: #94AAFB;
}
</style>
border-color css
<style>
span { border-color: #94AAFB; }
span { border-color: rgb(148,170,251); }
td.TdClassName
{
border-color: #94AAFB;
}
.TagClassName
{
border-color: #94AAFB;
}
</style>