Shades of Perano #93ADE9
Tints of Perano #93ADE9
RGB
CMYK
RGB Variations
Color information
#93ADE9 (or 0x93ADE9) is known color: Perano. HEX triplet: 93, AD and E9. RGB value is (147,173,233). Sum of RGB (Red+Green+Blue) = 147+173+233=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #93ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ADE9 is #6C5216. Grayscale: #ABABAB. Windows color (decimal): -7098903 or 15314323. OLE color: 15314323.
HSL color Cylindrical-coordinate representation of color #93ADE9: hue angle of 221.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93ADE9 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 173 | 233 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.09 |
| HSL | 221.86º | 0.66% | 0.75% | - |
| HSV(B) | 221.86º | 0.37% | 0.91% | - |
| XYZ | 41.68 | 41.97 | 83 | - |
| YUV | 172.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 233 | 0.37 | 0.26 | 0 | 0.09 | 221.86 | 0.66 | 0.75 |
| Hex | 93 | AD | E9 | 25 | 1A | 0 | 9 | DE | 42 | 4B |
| Octal | 223 | 255 | 351 | 45 | 32 | 0 | 11 | 336 | 102 | 113 |
| Binary | 10010011 | 10101101 | 11101001 | 100101 | 11010 | 0 | 1001 | 11011110 | 1000010 | 1001011 |
Color Harmonies of #93ADE9
Complementary color
Monochromatic Colors of #93ADE9
Black with #93ADE9
Text Example
Text Example
White with #93ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADE9; }
p { color: rgb(147,173,233); }
H1.HeaderClassName
{
color: #93ADE9;
}
.AnyTagClassName
{
color: #93ADE9;
}
</style>
background-color css
<style>
a { background-color: #93ADE9; }
a { background-color: rgb(147,173,233); }
div.DivClassName
{
background-color: #93ADE9;
}
.BgClassName
{
background-color: #93ADE9;
}
</style>
border-color css
<style>
span { border-color: #93ADE9; }
span { border-color: rgb(147,173,233); }
td.TdClassName
{
border-color: #93ADE9;
}
.TagClassName
{
border-color: #93ADE9;
}
</style>