Shades of Perano #93AAF0
Tints of Perano #93AAF0
RGB
CMYK
RGB Variations
Color information
#93AAF0 (or 0x93AAF0) is known color: Perano. HEX triplet: 93, AA and F0. RGB value is (147,170,240). Sum of RGB (Red+Green+Blue) = 147+170+240=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #93AAF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AAF0 is #6C550F. Grayscale: #AAAAAA. Windows color (decimal): -7099664 or 15772307. OLE color: 15772307.
HSL color Cylindrical-coordinate representation of color #93AAF0: hue angle of 225.16º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93AAF0 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 170 | 240 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.06 |
| HSL | 225.16º | 0.76% | 0.76% | - |
| HSV(B) | 225.16º | 0.39% | 0.94% | - |
| XYZ | 42.14 | 41.24 | 88.18 | - |
| YUV | 171.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 240 | 0.39 | 0.29 | 0 | 0.06 | 225.16 | 0.76 | 0.76 |
| Hex | 93 | AA | F0 | 27 | 1D | 0 | 6 | E1 | 4C | 4C |
| Octal | 223 | 252 | 360 | 47 | 35 | 0 | 6 | 341 | 114 | 114 |
| Binary | 10010011 | 10101010 | 11110000 | 100111 | 11101 | 0 | 110 | 11100001 | 1001100 | 1001100 |
Color Harmonies of #93AAF0
Complementary color
Monochromatic Colors of #93AAF0
Black with #93AAF0
Text Example
Text Example
White with #93AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAF0; }
p { color: rgb(147,170,240); }
H1.HeaderClassName
{
color: #93AAF0;
}
.AnyTagClassName
{
color: #93AAF0;
}
</style>
background-color css
<style>
a { background-color: #93AAF0; }
a { background-color: rgb(147,170,240); }
div.DivClassName
{
background-color: #93AAF0;
}
.BgClassName
{
background-color: #93AAF0;
}
</style>
border-color css
<style>
span { border-color: #93AAF0; }
span { border-color: rgb(147,170,240); }
td.TdClassName
{
border-color: #93AAF0;
}
.TagClassName
{
border-color: #93AAF0;
}
</style>