Shades of Perano #93ABFD
Tints of Perano #93ABFD
RGB
CMYK
RGB Variations
Color information
#93ABFD (or 0x93ABFD) is known color: Perano. HEX triplet: 93, AB and FD. RGB value is (147,171,253). Sum of RGB (Red+Green+Blue) = 147+171+253=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #93ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ABFD is #6C5402. Grayscale: #ACACAC. Windows color (decimal): -7099395 or 16624531. OLE color: 16624531.
HSL color Cylindrical-coordinate representation of color #93ABFD: hue angle of 226.42º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93ABFD is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 171 | 253 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.01 |
| HSL | 226.42º | 0.96% | 0.78% | - |
| HSV(B) | 226.42º | 0.42% | 0.99% | - |
| XYZ | 44.33 | 42.42 | 98.78 | - |
| YUV | 173.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 253 | 0.42 | 0.32 | 0 | 0.01 | 226.42 | 0.96 | 0.78 |
| Hex | 93 | AB | FD | 2A | 20 | 0 | 1 | E2 | 60 | 4E |
| Octal | 223 | 253 | 375 | 52 | 40 | 0 | 1 | 342 | 140 | 116 |
| Binary | 10010011 | 10101011 | 11111101 | 101010 | 100000 | 0 | 1 | 11100010 | 1100000 | 1001110 |
Color Harmonies of #93ABFD
Complementary color
Monochromatic Colors of #93ABFD
Black with #93ABFD
Text Example
Text Example
White with #93ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABFD; }
p { color: rgb(147,171,253); }
H1.HeaderClassName
{
color: #93ABFD;
}
.AnyTagClassName
{
color: #93ABFD;
}
</style>
background-color css
<style>
a { background-color: #93ABFD; }
a { background-color: rgb(147,171,253); }
div.DivClassName
{
background-color: #93ABFD;
}
.BgClassName
{
background-color: #93ABFD;
}
</style>
border-color css
<style>
span { border-color: #93ABFD; }
span { border-color: rgb(147,171,253); }
td.TdClassName
{
border-color: #93ABFD;
}
.TagClassName
{
border-color: #93ABFD;
}
</style>