Shades of Perano #93AFFF
Tints of Perano #93AFFF
RGB
CMYK
RGB Variations
Color information
#93AFFF (or 0x93AFFF) is known color: Perano. HEX triplet: 93, AF and FF. RGB value is (147,175,255). Sum of RGB (Red+Green+Blue) = 147+175+255=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #93AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AFFF is #6C5000. Grayscale: #AFAFAF. Windows color (decimal): -7098369 or 16756627. OLE color: 16756627.
HSL color Cylindrical-coordinate representation of color #93AFFF: hue angle of 224.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93AFFF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 175 | 255 | - |
| CMYK | 0.42 | 0.31 | 0 | 0 |
| HSL | 224.44º | 1% | 0.79% | - |
| HSV(B) | 224.44º | 0.42% | 1% | - |
| XYZ | 45.41 | 44.08 | 100.72 | - |
| YUV | 175.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 255 | 0.42 | 0.31 | 0 | 0 | 224.44 | 1 | 0.79 |
| Hex | 93 | AF | FF | 2A | 1F | 0 | 0 | E0 | 64 | 4F |
| Octal | 223 | 257 | 377 | 52 | 37 | 0 | 0 | 340 | 144 | 117 |
| Binary | 10010011 | 10101111 | 11111111 | 101010 | 11111 | 0 | 0 | 11100000 | 1100100 | 1001111 |
Color Harmonies of #93AFFF
Complementary color
Monochromatic Colors of #93AFFF
Black with #93AFFF
Text Example
Text Example
White with #93AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AFFF; }
p { color: rgb(147,175,255); }
H1.HeaderClassName
{
color: #93AFFF;
}
.AnyTagClassName
{
color: #93AFFF;
}
</style>
background-color css
<style>
a { background-color: #93AFFF; }
a { background-color: rgb(147,175,255); }
div.DivClassName
{
background-color: #93AFFF;
}
.BgClassName
{
background-color: #93AFFF;
}
</style>
border-color css
<style>
span { border-color: #93AFFF; }
span { border-color: rgb(147,175,255); }
td.TdClassName
{
border-color: #93AFFF;
}
.TagClassName
{
border-color: #93AFFF;
}
</style>