Shades of Perano #94B1EA
Tints of Perano #94B1EA
RGB
CMYK
RGB Variations
Color information
#94B1EA (or 0x94B1EA) is known color: Perano. HEX triplet: 94, B1 and EA. RGB value is (148,177,234). Sum of RGB (Red+Green+Blue) = 148+177+234=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #94B1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B1EA is #6B4E15. Grayscale: #AEAEAE. Windows color (decimal): -7032342 or 15380884. OLE color: 15380884.
HSL color Cylindrical-coordinate representation of color #94B1EA: hue angle of 219.77º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94B1EA is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 177 | 234 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.08 |
| HSL | 219.77º | 0.67% | 0.75% | - |
| HSV(B) | 219.77º | 0.37% | 0.92% | - |
| XYZ | 42.79 | 43.68 | 84.02 | - |
| YUV | 174.83 | 161.39 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 234 | 0.37 | 0.24 | 0 | 0.08 | 219.77 | 0.67 | 0.75 |
| Hex | 94 | B1 | EA | 25 | 18 | 0 | 8 | DC | 43 | 4B |
| Octal | 224 | 261 | 352 | 45 | 30 | 0 | 10 | 334 | 103 | 113 |
| Binary | 10010100 | 10110001 | 11101010 | 100101 | 11000 | 0 | 1000 | 11011100 | 1000011 | 1001011 |
Color Harmonies of #94B1EA
Complementary color
Monochromatic Colors of #94B1EA
Black with #94B1EA
Text Example
Text Example
White with #94B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1EA; }
p { color: rgb(148,177,234); }
H1.HeaderClassName
{
color: #94B1EA;
}
.AnyTagClassName
{
color: #94B1EA;
}
</style>
background-color css
<style>
a { background-color: #94B1EA; }
a { background-color: rgb(148,177,234); }
div.DivClassName
{
background-color: #94B1EA;
}
.BgClassName
{
background-color: #94B1EA;
}
</style>
border-color css
<style>
span { border-color: #94B1EA; }
span { border-color: rgb(148,177,234); }
td.TdClassName
{
border-color: #94B1EA;
}
.TagClassName
{
border-color: #94B1EA;
}
</style>