Shades of Perano #94B1F4
Tints of Perano #94B1F4
RGB
CMYK
RGB Variations
Color information
#94B1F4 (or 0x94B1F4) is known color: Perano. HEX triplet: 94, B1 and F4. RGB value is (148,177,244). Sum of RGB (Red+Green+Blue) = 148+177+244=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #94B1F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B1F4 is #6B4E0B. Grayscale: #AFAFAF. Windows color (decimal): -7032332 or 16036244. OLE color: 16036244.
HSL color Cylindrical-coordinate representation of color #94B1F4: hue angle of 221.88º degrees, saturation: 0.81, 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 #94B1F4 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 177 | 244 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.04 |
| HSL | 221.88º | 0.81% | 0.77% | - |
| HSV(B) | 221.88º | 0.39% | 0.96% | - |
| XYZ | 44.26 | 44.27 | 91.8 | - |
| YUV | 175.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 244 | 0.39 | 0.27 | 0 | 0.04 | 221.88 | 0.81 | 0.77 |
| Hex | 94 | B1 | F4 | 27 | 1B | 0 | 4 | DE | 51 | 4D |
| Octal | 224 | 261 | 364 | 47 | 33 | 0 | 4 | 336 | 121 | 115 |
| Binary | 10010100 | 10110001 | 11110100 | 100111 | 11011 | 0 | 100 | 11011110 | 1010001 | 1001101 |
Color Harmonies of #94B1F4
Complementary color
Monochromatic Colors of #94B1F4
Black with #94B1F4
Text Example
Text Example
White with #94B1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1F4; }
p { color: rgb(148,177,244); }
H1.HeaderClassName
{
color: #94B1F4;
}
.AnyTagClassName
{
color: #94B1F4;
}
</style>
background-color css
<style>
a { background-color: #94B1F4; }
a { background-color: rgb(148,177,244); }
div.DivClassName
{
background-color: #94B1F4;
}
.BgClassName
{
background-color: #94B1F4;
}
</style>
border-color css
<style>
span { border-color: #94B1F4; }
span { border-color: rgb(148,177,244); }
td.TdClassName
{
border-color: #94B1F4;
}
.TagClassName
{
border-color: #94B1F4;
}
</style>