Shades of Perano #9AB5FA
Tints of Perano #9AB5FA
RGB
CMYK
RGB Variations
Color information
#9AB5FA (or 0x9AB5FA) is known color: Perano. HEX triplet: 9A, B5 and FA. RGB value is (154,181,250). Sum of RGB (Red+Green+Blue) = 154+181+250=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB5FA is #654A05. Grayscale: #B4B4B4. Windows color (decimal): -6638086 or 16430490. OLE color: 16430490.
HSL color Cylindrical-coordinate representation of color #9AB5FA: hue angle of 223.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB5FA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 181 | 250 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.02 |
| HSL | 223.13º | 0.91% | 0.79% | - |
| HSV(B) | 223.13º | 0.38% | 0.98% | - |
| XYZ | 47.11 | 46.82 | 97 | - |
| YUV | 180.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 250 | 0.38 | 0.28 | 0 | 0.02 | 223.13 | 0.91 | 0.79 |
| Hex | 9A | B5 | FA | 26 | 1C | 0 | 2 | DF | 5B | 4F |
| Octal | 232 | 265 | 372 | 46 | 34 | 0 | 2 | 337 | 133 | 117 |
| Binary | 10011010 | 10110101 | 11111010 | 100110 | 11100 | 0 | 10 | 11011111 | 1011011 | 1001111 |
Color Harmonies of #9AB5FA
Complementary color
Monochromatic Colors of #9AB5FA
Black with #9AB5FA
Text Example
Text Example
White with #9AB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB5FA; }
p { color: rgb(154,181,250); }
H1.HeaderClassName
{
color: #9AB5FA;
}
.AnyTagClassName
{
color: #9AB5FA;
}
</style>
background-color css
<style>
a { background-color: #9AB5FA; }
a { background-color: rgb(154,181,250); }
div.DivClassName
{
background-color: #9AB5FA;
}
.BgClassName
{
background-color: #9AB5FA;
}
</style>
border-color css
<style>
span { border-color: #9AB5FA; }
span { border-color: rgb(154,181,250); }
td.TdClassName
{
border-color: #9AB5FA;
}
.TagClassName
{
border-color: #9AB5FA;
}
</style>