Shades of Perano #9ABAFF
Tints of Perano #9ABAFF
RGB
CMYK
RGB Variations
Color information
#9ABAFF (or 0x9ABAFF) is known color: Perano. HEX triplet: 9A, BA and FF. RGB value is (154,186,255). Sum of RGB (Red+Green+Blue) = 154+186+255=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ABAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAFF is #654500. Grayscale: #B7B7B7. Windows color (decimal): -6636801 or 16759450. OLE color: 16759450.
HSL color Cylindrical-coordinate representation of color #9ABAFF: hue angle of 220.99º 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 #9ABAFF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 186 | 255 | - |
| CMYK | 0.40 | 0.27 | 0 | 0 |
| HSL | 220.99º | 1% | 0.8% | - |
| HSV(B) | 220.99º | 0.4% | 1% | - |
| XYZ | 48.94 | 49.21 | 101.53 | - |
| YUV | 184.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 255 | 0.40 | 0.27 | 0 | 0 | 220.99 | 1 | 0.8 |
| Hex | 9A | BA | FF | 28 | 1B | 0 | 0 | DD | 64 | 50 |
| Octal | 232 | 272 | 377 | 50 | 33 | 0 | 0 | 335 | 144 | 120 |
| Binary | 10011010 | 10111010 | 11111111 | 101000 | 11011 | 0 | 0 | 11011101 | 1100100 | 1010000 |
Color Harmonies of #9ABAFF
Complementary color
Monochromatic Colors of #9ABAFF
Black with #9ABAFF
Text Example
Text Example
White with #9ABAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAFF; }
p { color: rgb(154,186,255); }
H1.HeaderClassName
{
color: #9ABAFF;
}
.AnyTagClassName
{
color: #9ABAFF;
}
</style>
background-color css
<style>
a { background-color: #9ABAFF; }
a { background-color: rgb(154,186,255); }
div.DivClassName
{
background-color: #9ABAFF;
}
.BgClassName
{
background-color: #9ABAFF;
}
</style>
border-color css
<style>
span { border-color: #9ABAFF; }
span { border-color: rgb(154,186,255); }
td.TdClassName
{
border-color: #9ABAFF;
}
.TagClassName
{
border-color: #9ABAFF;
}
</style>