Shades of Perano #9AABFF
Tints of Perano #9AABFF
RGB
CMYK
RGB Variations
Color information
#9AABFF (or 0x9AABFF) is known color: Perano. HEX triplet: 9A, AB and FF. RGB value is (154,171,255). Sum of RGB (Red+Green+Blue) = 154+171+255=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AABFF is #655400. Grayscale: #AFAFAF. Windows color (decimal): -6640641 or 16755610. OLE color: 16755610.
HSL color Cylindrical-coordinate representation of color #9AABFF: hue angle of 229.9º 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 #9AABFF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 171 | 255 | - |
| CMYK | 0.40 | 0.33 | 0 | 0 |
| HSL | 229.9º | 1% | 0.8% | - |
| HSV(B) | 229.9º | 0.4% | 1% | - |
| XYZ | 45.94 | 43.22 | 100.53 | - |
| YUV | 175.49 | 172.87 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 255 | 0.40 | 0.33 | 0 | 0 | 229.9 | 1 | 0.8 |
| Hex | 9A | AB | FF | 28 | 21 | 0 | 0 | E6 | 64 | 50 |
| Octal | 232 | 253 | 377 | 50 | 41 | 0 | 0 | 346 | 144 | 120 |
| Binary | 10011010 | 10101011 | 11111111 | 101000 | 100001 | 0 | 0 | 11100110 | 1100100 | 1010000 |
Color Harmonies of #9AABFF
Complementary color
Monochromatic Colors of #9AABFF
Black with #9AABFF
Text Example
Text Example
White with #9AABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABFF; }
p { color: rgb(154,171,255); }
H1.HeaderClassName
{
color: #9AABFF;
}
.AnyTagClassName
{
color: #9AABFF;
}
</style>
background-color css
<style>
a { background-color: #9AABFF; }
a { background-color: rgb(154,171,255); }
div.DivClassName
{
background-color: #9AABFF;
}
.BgClassName
{
background-color: #9AABFF;
}
</style>
border-color css
<style>
span { border-color: #9AABFF; }
span { border-color: rgb(154,171,255); }
td.TdClassName
{
border-color: #9AABFF;
}
.TagClassName
{
border-color: #9AABFF;
}
</style>