Shades of Perano #94B1F9
Tints of Perano #94B1F9
RGB
CMYK
RGB Variations
Color information
#94B1F9 (or 0x94B1F9) is known color: Perano. HEX triplet: 94, B1 and F9. RGB value is (148,177,249). Sum of RGB (Red+Green+Blue) = 148+177+249=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #94B1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B1F9 is #6B4E06. Grayscale: #B0B0B0. Windows color (decimal): -7032327 or 16363924. OLE color: 16363924.
HSL color Cylindrical-coordinate representation of color #94B1F9: hue angle of 222.77º degrees, saturation: 0.89, 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 #94B1F9 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 177 | 249 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.02 |
| HSL | 222.77º | 0.89% | 0.78% | - |
| HSV(B) | 222.77º | 0.41% | 0.98% | - |
| XYZ | 45.03 | 44.58 | 95.85 | - |
| YUV | 176.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 249 | 0.41 | 0.29 | 0 | 0.02 | 222.77 | 0.89 | 0.78 |
| Hex | 94 | B1 | F9 | 29 | 1D | 0 | 2 | DF | 59 | 4E |
| Octal | 224 | 261 | 371 | 51 | 35 | 0 | 2 | 337 | 131 | 116 |
| Binary | 10010100 | 10110001 | 11111001 | 101001 | 11101 | 0 | 10 | 11011111 | 1011001 | 1001110 |
Color Harmonies of #94B1F9
Complementary color
Monochromatic Colors of #94B1F9
Black with #94B1F9
Text Example
Text Example
White with #94B1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1F9; }
p { color: rgb(148,177,249); }
H1.HeaderClassName
{
color: #94B1F9;
}
.AnyTagClassName
{
color: #94B1F9;
}
</style>
background-color css
<style>
a { background-color: #94B1F9; }
a { background-color: rgb(148,177,249); }
div.DivClassName
{
background-color: #94B1F9;
}
.BgClassName
{
background-color: #94B1F9;
}
</style>
border-color css
<style>
span { border-color: #94B1F9; }
span { border-color: rgb(148,177,249); }
td.TdClassName
{
border-color: #94B1F9;
}
.TagClassName
{
border-color: #94B1F9;
}
</style>