Shades of Perano #93ACF0
Tints of Perano #93ACF0
RGB
CMYK
RGB Variations
Color information
#93ACF0 (or 0x93ACF0) is known color: Perano. HEX triplet: 93, AC and F0. RGB value is (147,172,240). Sum of RGB (Red+Green+Blue) = 147+172+240=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #93ACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ACF0 is #6C530F. Grayscale: #ABABAB. Windows color (decimal): -7099152 or 15772819. OLE color: 15772819.
HSL color Cylindrical-coordinate representation of color #93ACF0: hue angle of 223.87º 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 #93ACF0 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 172 | 240 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.06 |
| HSL | 223.87º | 0.76% | 0.76% | - |
| HSV(B) | 223.87º | 0.39% | 0.94% | - |
| XYZ | 42.51 | 42 | 88.3 | - |
| YUV | 172.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 240 | 0.39 | 0.28 | 0 | 0.06 | 223.87 | 0.76 | 0.76 |
| Hex | 93 | AC | F0 | 27 | 1C | 0 | 6 | E0 | 4C | 4C |
| Octal | 223 | 254 | 360 | 47 | 34 | 0 | 6 | 340 | 114 | 114 |
| Binary | 10010011 | 10101100 | 11110000 | 100111 | 11100 | 0 | 110 | 11100000 | 1001100 | 1001100 |
Color Harmonies of #93ACF0
Complementary color
Monochromatic Colors of #93ACF0
Black with #93ACF0
Text Example
Text Example
White with #93ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACF0; }
p { color: rgb(147,172,240); }
H1.HeaderClassName
{
color: #93ACF0;
}
.AnyTagClassName
{
color: #93ACF0;
}
</style>
background-color css
<style>
a { background-color: #93ACF0; }
a { background-color: rgb(147,172,240); }
div.DivClassName
{
background-color: #93ACF0;
}
.BgClassName
{
background-color: #93ACF0;
}
</style>
border-color css
<style>
span { border-color: #93ACF0; }
span { border-color: rgb(147,172,240); }
td.TdClassName
{
border-color: #93ACF0;
}
.TagClassName
{
border-color: #93ACF0;
}
</style>