Shades of Perano #94B1E6
Tints of Perano #94B1E6
RGB
CMYK
RGB Variations
Color information
#94B1E6 (or 0x94B1E6) is known color: Perano. HEX triplet: 94, B1 and E6. RGB value is (148,177,230). Sum of RGB (Red+Green+Blue) = 148+177+230=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #94B1E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B1E6 is #6B4E19. Grayscale: #AEAEAE. Windows color (decimal): -7032346 or 15118740. OLE color: 15118740.
HSL color Cylindrical-coordinate representation of color #94B1E6: hue angle of 218.78º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94B1E6 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 177 | 230 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.10 |
| HSL | 218.78º | 0.62% | 0.74% | - |
| HSV(B) | 218.78º | 0.36% | 0.9% | - |
| XYZ | 42.22 | 43.45 | 81.03 | - |
| YUV | 174.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 230 | 0.36 | 0.23 | 0 | 0.10 | 218.78 | 0.62 | 0.74 |
| Hex | 94 | B1 | E6 | 24 | 17 | 0 | A | DB | 3E | 4A |
| Octal | 224 | 261 | 346 | 44 | 27 | 0 | 12 | 333 | 76 | 112 |
| Binary | 10010100 | 10110001 | 11100110 | 100100 | 10111 | 0 | 1010 | 11011011 | 111110 | 1001010 |
Color Harmonies of #94B1E6
Complementary color
Monochromatic Colors of #94B1E6
Black with #94B1E6
Text Example
Text Example
White with #94B1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1E6; }
p { color: rgb(148,177,230); }
H1.HeaderClassName
{
color: #94B1E6;
}
.AnyTagClassName
{
color: #94B1E6;
}
</style>
background-color css
<style>
a { background-color: #94B1E6; }
a { background-color: rgb(148,177,230); }
div.DivClassName
{
background-color: #94B1E6;
}
.BgClassName
{
background-color: #94B1E6;
}
</style>
border-color css
<style>
span { border-color: #94B1E6; }
span { border-color: rgb(148,177,230); }
td.TdClassName
{
border-color: #94B1E6;
}
.TagClassName
{
border-color: #94B1E6;
}
</style>