Shades of Perano #9AADFF
Tints of Perano #9AADFF
RGB
CMYK
RGB Variations
Color information
#9AADFF (or 0x9AADFF) is known color: Perano. HEX triplet: 9A, AD and FF. RGB value is (154,173,255). Sum of RGB (Red+Green+Blue) = 154+173+255=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADFF is #655200. Grayscale: #B0B0B0. Windows color (decimal): -6640129 or 16756122. OLE color: 16756122.
HSL color Cylindrical-coordinate representation of color #9AADFF: hue angle of 228.71º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AADFF is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 173 | 255 | - |
| CMYK | 0.40 | 0.32 | 0 | 0 |
| HSL | 228.71º | 1% | 0.8% | - |
| HSV(B) | 228.71º | 0.4% | 1% | - |
| XYZ | 46.32 | 43.98 | 100.65 | - |
| YUV | 176.67 | 172.21 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 255 | 0.40 | 0.32 | 0 | 0 | 228.71 | 1 | 0.8 |
| Hex | 9A | AD | FF | 28 | 20 | 0 | 0 | E5 | 64 | 50 |
| Octal | 232 | 255 | 377 | 50 | 40 | 0 | 0 | 345 | 144 | 120 |
| Binary | 10011010 | 10101101 | 11111111 | 101000 | 100000 | 0 | 0 | 11100101 | 1100100 | 1010000 |
Color Harmonies of #9AADFF
Complementary color
Monochromatic Colors of #9AADFF
Black with #9AADFF
Text Example
Text Example
White with #9AADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADFF; }
p { color: rgb(154,173,255); }
H1.HeaderClassName
{
color: #9AADFF;
}
.AnyTagClassName
{
color: #9AADFF;
}
</style>
background-color css
<style>
a { background-color: #9AADFF; }
a { background-color: rgb(154,173,255); }
div.DivClassName
{
background-color: #9AADFF;
}
.BgClassName
{
background-color: #9AADFF;
}
</style>
border-color css
<style>
span { border-color: #9AADFF; }
span { border-color: rgb(154,173,255); }
td.TdClassName
{
border-color: #9AADFF;
}
.TagClassName
{
border-color: #9AADFF;
}
</style>