Shades of Perano #93ADFF
Tints of Perano #93ADFF
RGB
CMYK
RGB Variations
Color information
#93ADFF (or 0x93ADFF) is known color: Perano. HEX triplet: 93, AD and FF. RGB value is (147,173,255). Sum of RGB (Red+Green+Blue) = 147+173+255=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #93ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ADFF is #6C5200. Grayscale: #AEAEAE. Windows color (decimal): -7098881 or 16756115. OLE color: 16756115.
HSL color Cylindrical-coordinate representation of color #93ADFF: hue angle of 225.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93ADFF is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 173 | 255 | - |
| CMYK | 0.42 | 0.32 | 0 | 0 |
| HSL | 225.56º | 1% | 0.79% | - |
| HSV(B) | 225.56º | 0.42% | 1% | - |
| XYZ | 45.03 | 43.31 | 100.59 | - |
| YUV | 174.57 | 173.39 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 255 | 0.42 | 0.32 | 0 | 0 | 225.56 | 1 | 0.79 |
| Hex | 93 | AD | FF | 2A | 20 | 0 | 0 | E2 | 64 | 4F |
| Octal | 223 | 255 | 377 | 52 | 40 | 0 | 0 | 342 | 144 | 117 |
| Binary | 10010011 | 10101101 | 11111111 | 101010 | 100000 | 0 | 0 | 11100010 | 1100100 | 1001111 |
Color Harmonies of #93ADFF
Complementary color
Monochromatic Colors of #93ADFF
Black with #93ADFF
Text Example
Text Example
White with #93ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADFF; }
p { color: rgb(147,173,255); }
H1.HeaderClassName
{
color: #93ADFF;
}
.AnyTagClassName
{
color: #93ADFF;
}
</style>
background-color css
<style>
a { background-color: #93ADFF; }
a { background-color: rgb(147,173,255); }
div.DivClassName
{
background-color: #93ADFF;
}
.BgClassName
{
background-color: #93ADFF;
}
</style>
border-color css
<style>
span { border-color: #93ADFF; }
span { border-color: rgb(147,173,255); }
td.TdClassName
{
border-color: #93ADFF;
}
.TagClassName
{
border-color: #93ADFF;
}
</style>