Shades of Perano #93AAF3
Tints of Perano #93AAF3
RGB
CMYK
RGB Variations
Color information
#93AAF3 (or 0x93AAF3) is known color: Perano. HEX triplet: 93, AA and F3. RGB value is (147,170,243). Sum of RGB (Red+Green+Blue) = 147+170+243=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #93AAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AAF3 is #6C550C. Grayscale: #ABABAB. Windows color (decimal): -7099661 or 15968915. OLE color: 15968915.
HSL color Cylindrical-coordinate representation of color #93AAF3: hue angle of 225.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93AAF3 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 170 | 243 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.05 |
| HSL | 225.63º | 0.8% | 0.76% | - |
| HSV(B) | 225.63º | 0.4% | 0.95% | - |
| XYZ | 42.59 | 41.42 | 90.55 | - |
| YUV | 171.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 243 | 0.40 | 0.30 | 0 | 0.05 | 225.63 | 0.8 | 0.76 |
| Hex | 93 | AA | F3 | 28 | 1E | 0 | 5 | E2 | 50 | 4C |
| Octal | 223 | 252 | 363 | 50 | 36 | 0 | 5 | 342 | 120 | 114 |
| Binary | 10010011 | 10101010 | 11110011 | 101000 | 11110 | 0 | 101 | 11100010 | 1010000 | 1001100 |
Color Harmonies of #93AAF3
Complementary color
Monochromatic Colors of #93AAF3
Black with #93AAF3
Text Example
Text Example
White with #93AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAF3; }
p { color: rgb(147,170,243); }
H1.HeaderClassName
{
color: #93AAF3;
}
.AnyTagClassName
{
color: #93AAF3;
}
</style>
background-color css
<style>
a { background-color: #93AAF3; }
a { background-color: rgb(147,170,243); }
div.DivClassName
{
background-color: #93AAF3;
}
.BgClassName
{
background-color: #93AAF3;
}
</style>
border-color css
<style>
span { border-color: #93AAF3; }
span { border-color: rgb(147,170,243); }
td.TdClassName
{
border-color: #93AAF3;
}
.TagClassName
{
border-color: #93AAF3;
}
</style>