Shades of Perano #9AB9F9
Tints of Perano #9AB9F9
RGB
CMYK
RGB Variations
Color information
#9AB9F9 (or 0x9AB9F9) is known color: Perano. HEX triplet: 9A, B9 and F9. RGB value is (154,185,249). Sum of RGB (Red+Green+Blue) = 154+185+249=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AB9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB9F9 is #654606. Grayscale: #B6B6B6. Windows color (decimal): -6637063 or 16365978. OLE color: 16365978.
HSL color Cylindrical-coordinate representation of color #9AB9F9: hue angle of 220.42º degrees, saturation: 0.89, 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 #9AB9F9 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 185 | 249 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.02 |
| HSL | 220.42º | 0.89% | 0.79% | - |
| HSV(B) | 220.42º | 0.38% | 0.98% | - |
| XYZ | 47.77 | 48.41 | 96.45 | - |
| YUV | 183.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 249 | 0.38 | 0.26 | 0 | 0.02 | 220.42 | 0.89 | 0.79 |
| Hex | 9A | B9 | F9 | 26 | 1A | 0 | 2 | DC | 59 | 4F |
| Octal | 232 | 271 | 371 | 46 | 32 | 0 | 2 | 334 | 131 | 117 |
| Binary | 10011010 | 10111001 | 11111001 | 100110 | 11010 | 0 | 10 | 11011100 | 1011001 | 1001111 |
Color Harmonies of #9AB9F9
Complementary color
Monochromatic Colors of #9AB9F9
Black with #9AB9F9
Text Example
Text Example
White with #9AB9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9F9; }
p { color: rgb(154,185,249); }
H1.HeaderClassName
{
color: #9AB9F9;
}
.AnyTagClassName
{
color: #9AB9F9;
}
</style>
background-color css
<style>
a { background-color: #9AB9F9; }
a { background-color: rgb(154,185,249); }
div.DivClassName
{
background-color: #9AB9F9;
}
.BgClassName
{
background-color: #9AB9F9;
}
</style>
border-color css
<style>
span { border-color: #9AB9F9; }
span { border-color: rgb(154,185,249); }
td.TdClassName
{
border-color: #9AB9F9;
}
.TagClassName
{
border-color: #9AB9F9;
}
</style>