Shades of Perano #93ACF8
Tints of Perano #93ACF8
RGB
CMYK
RGB Variations
Color information
#93ACF8 (or 0x93ACF8) is known color: Perano. HEX triplet: 93, AC and F8. RGB value is (147,172,248). Sum of RGB (Red+Green+Blue) = 147+172+248=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #93ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ACF8 is #6C5307. Grayscale: #ACACAC. Windows color (decimal): -7099144 or 16297107. OLE color: 16297107.
HSL color Cylindrical-coordinate representation of color #93ACF8: hue angle of 225.15º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93ACF8 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 172 | 248 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.03 |
| HSL | 225.15º | 0.88% | 0.77% | - |
| HSV(B) | 225.15º | 0.41% | 0.97% | - |
| XYZ | 43.73 | 42.49 | 94.7 | - |
| YUV | 173.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 248 | 0.41 | 0.31 | 0 | 0.03 | 225.15 | 0.88 | 0.77 |
| Hex | 93 | AC | F8 | 29 | 1F | 0 | 3 | E1 | 58 | 4D |
| Octal | 223 | 254 | 370 | 51 | 37 | 0 | 3 | 341 | 130 | 115 |
| Binary | 10010011 | 10101100 | 11111000 | 101001 | 11111 | 0 | 11 | 11100001 | 1011000 | 1001101 |
Color Harmonies of #93ACF8
Complementary color
Monochromatic Colors of #93ACF8
Black with #93ACF8
Text Example
Text Example
White with #93ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACF8; }
p { color: rgb(147,172,248); }
H1.HeaderClassName
{
color: #93ACF8;
}
.AnyTagClassName
{
color: #93ACF8;
}
</style>
background-color css
<style>
a { background-color: #93ACF8; }
a { background-color: rgb(147,172,248); }
div.DivClassName
{
background-color: #93ACF8;
}
.BgClassName
{
background-color: #93ACF8;
}
</style>
border-color css
<style>
span { border-color: #93ACF8; }
span { border-color: rgb(147,172,248); }
td.TdClassName
{
border-color: #93ACF8;
}
.TagClassName
{
border-color: #93ACF8;
}
</style>