Shades of Perano #93ABFC
Tints of Perano #93ABFC
RGB
CMYK
RGB Variations
Color information
#93ABFC (or 0x93ABFC) is known color: Perano. HEX triplet: 93, AB and FC. RGB value is (147,171,252). Sum of RGB (Red+Green+Blue) = 147+171+252=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #93ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ABFC is #6C5403. Grayscale: #ACACAC. Windows color (decimal): -7099396 or 16558995. OLE color: 16558995.
HSL color Cylindrical-coordinate representation of color #93ABFC: hue angle of 226.29º degrees, saturation: 0.95, 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 #93ABFC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 171 | 252 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.01 |
| HSL | 226.29º | 0.95% | 0.78% | - |
| HSV(B) | 226.29º | 0.42% | 0.99% | - |
| XYZ | 44.17 | 42.36 | 97.94 | - |
| YUV | 173.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 252 | 0.42 | 0.32 | 0 | 0.01 | 226.29 | 0.95 | 0.78 |
| Hex | 93 | AB | FC | 2A | 20 | 0 | 1 | E2 | 5F | 4E |
| Octal | 223 | 253 | 374 | 52 | 40 | 0 | 1 | 342 | 137 | 116 |
| Binary | 10010011 | 10101011 | 11111100 | 101010 | 100000 | 0 | 1 | 11100010 | 1011111 | 1001110 |
Color Harmonies of #93ABFC
Complementary color
Monochromatic Colors of #93ABFC
Black with #93ABFC
Text Example
Text Example
White with #93ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABFC; }
p { color: rgb(147,171,252); }
H1.HeaderClassName
{
color: #93ABFC;
}
.AnyTagClassName
{
color: #93ABFC;
}
</style>
background-color css
<style>
a { background-color: #93ABFC; }
a { background-color: rgb(147,171,252); }
div.DivClassName
{
background-color: #93ABFC;
}
.BgClassName
{
background-color: #93ABFC;
}
</style>
border-color css
<style>
span { border-color: #93ABFC; }
span { border-color: rgb(147,171,252); }
td.TdClassName
{
border-color: #93ABFC;
}
.TagClassName
{
border-color: #93ABFC;
}
</style>