Shades of Perano #9AB5FF
Tints of Perano #9AB5FF
RGB
CMYK
RGB Variations
Color information
#9AB5FF (or 0x9AB5FF) is known color: Perano. HEX triplet: 9A, B5 and FF. RGB value is (154,181,255). Sum of RGB (Red+Green+Blue) = 154+181+255=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB5FF is #654A00. Grayscale: #B5B5B5. Windows color (decimal): -6638081 or 16758170. OLE color: 16758170.
HSL color Cylindrical-coordinate representation of color #9AB5FF: hue angle of 223.96º 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 #9AB5FF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 181 | 255 | - |
| CMYK | 0.40 | 0.29 | 0 | 0 |
| HSL | 223.96º | 1% | 0.8% | - |
| HSV(B) | 223.96º | 0.4% | 1% | - |
| XYZ | 47.9 | 47.14 | 101.18 | - |
| YUV | 181.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 255 | 0.40 | 0.29 | 0 | 0 | 223.96 | 1 | 0.8 |
| Hex | 9A | B5 | FF | 28 | 1D | 0 | 0 | E0 | 64 | 50 |
| Octal | 232 | 265 | 377 | 50 | 35 | 0 | 0 | 340 | 144 | 120 |
| Binary | 10011010 | 10110101 | 11111111 | 101000 | 11101 | 0 | 0 | 11100000 | 1100100 | 1010000 |
Color Harmonies of #9AB5FF
Complementary color
Monochromatic Colors of #9AB5FF
Black with #9AB5FF
Text Example
Text Example
White with #9AB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB5FF; }
p { color: rgb(154,181,255); }
H1.HeaderClassName
{
color: #9AB5FF;
}
.AnyTagClassName
{
color: #9AB5FF;
}
</style>
background-color css
<style>
a { background-color: #9AB5FF; }
a { background-color: rgb(154,181,255); }
div.DivClassName
{
background-color: #9AB5FF;
}
.BgClassName
{
background-color: #9AB5FF;
}
</style>
border-color css
<style>
span { border-color: #9AB5FF; }
span { border-color: rgb(154,181,255); }
td.TdClassName
{
border-color: #9AB5FF;
}
.TagClassName
{
border-color: #9AB5FF;
}
</style>