Shades of Perano #93ADEF
Tints of Perano #93ADEF
RGB
CMYK
RGB Variations
Color information
#93ADEF (or 0x93ADEF) is known color: Perano. HEX triplet: 93, AD and EF. RGB value is (147,173,239). Sum of RGB (Red+Green+Blue) = 147+173+239=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #93ADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ADEF is #6C5210. Grayscale: #ACACAC. Windows color (decimal): -7098897 or 15707539. OLE color: 15707539.
HSL color Cylindrical-coordinate representation of color #93ADEF: hue angle of 223.04º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ADEF is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 173 | 239 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.06 |
| HSL | 223.04º | 0.74% | 0.76% | - |
| HSV(B) | 223.04º | 0.38% | 0.94% | - |
| XYZ | 42.56 | 42.32 | 87.59 | - |
| YUV | 172.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 239 | 0.38 | 0.28 | 0 | 0.06 | 223.04 | 0.74 | 0.76 |
| Hex | 93 | AD | EF | 26 | 1C | 0 | 6 | DF | 4A | 4C |
| Octal | 223 | 255 | 357 | 46 | 34 | 0 | 6 | 337 | 112 | 114 |
| Binary | 10010011 | 10101101 | 11101111 | 100110 | 11100 | 0 | 110 | 11011111 | 1001010 | 1001100 |
Color Harmonies of #93ADEF
Complementary color
Monochromatic Colors of #93ADEF
Black with #93ADEF
Text Example
Text Example
White with #93ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADEF; }
p { color: rgb(147,173,239); }
H1.HeaderClassName
{
color: #93ADEF;
}
.AnyTagClassName
{
color: #93ADEF;
}
</style>
background-color css
<style>
a { background-color: #93ADEF; }
a { background-color: rgb(147,173,239); }
div.DivClassName
{
background-color: #93ADEF;
}
.BgClassName
{
background-color: #93ADEF;
}
</style>
border-color css
<style>
span { border-color: #93ADEF; }
span { border-color: rgb(147,173,239); }
td.TdClassName
{
border-color: #93ADEF;
}
.TagClassName
{
border-color: #93ADEF;
}
</style>