Shades of Perano #93B0EA
Tints of Perano #93B0EA
RGB
CMYK
RGB Variations
Color information
#93B0EA (or 0x93B0EA) is known color: Perano. HEX triplet: 93, B0 and EA. RGB value is (147,176,234). Sum of RGB (Red+Green+Blue) = 147+176+234=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #93B0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B0EA is #6C4F15. Grayscale: #ADADAD. Windows color (decimal): -7098134 or 15380627. OLE color: 15380627.
HSL color Cylindrical-coordinate representation of color #93B0EA: hue angle of 220º 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 #93B0EA is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 176 | 234 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.08 |
| HSL | 220º | 0.67% | 0.75% | - |
| HSV(B) | 220º | 0.37% | 0.92% | - |
| XYZ | 42.41 | 43.19 | 83.94 | - |
| YUV | 173.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 234 | 0.37 | 0.25 | 0 | 0.08 | 220 | 0.67 | 0.75 |
| Hex | 93 | B0 | EA | 25 | 19 | 0 | 8 | DC | 43 | 4B |
| Octal | 223 | 260 | 352 | 45 | 31 | 0 | 10 | 334 | 103 | 113 |
| Binary | 10010011 | 10110000 | 11101010 | 100101 | 11001 | 0 | 1000 | 11011100 | 1000011 | 1001011 |
Color Harmonies of #93B0EA
Complementary color
Monochromatic Colors of #93B0EA
Black with #93B0EA
Text Example
Text Example
White with #93B0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B0EA; }
p { color: rgb(147,176,234); }
H1.HeaderClassName
{
color: #93B0EA;
}
.AnyTagClassName
{
color: #93B0EA;
}
</style>
background-color css
<style>
a { background-color: #93B0EA; }
a { background-color: rgb(147,176,234); }
div.DivClassName
{
background-color: #93B0EA;
}
.BgClassName
{
background-color: #93B0EA;
}
</style>
border-color css
<style>
span { border-color: #93B0EA; }
span { border-color: rgb(147,176,234); }
td.TdClassName
{
border-color: #93B0EA;
}
.TagClassName
{
border-color: #93B0EA;
}
</style>