Shades of Perano #9AB9EF
Tints of Perano #9AB9EF
RGB
CMYK
RGB Variations
Color information
#9AB9EF (or 0x9AB9EF) is known color: Perano. HEX triplet: 9A, B9 and EF. RGB value is (154,185,239). Sum of RGB (Red+Green+Blue) = 154+185+239=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB9EF is #654610. Grayscale: #B5B5B5. Windows color (decimal): -6637073 or 15710618. OLE color: 15710618.
HSL color Cylindrical-coordinate representation of color #9AB9EF: hue angle of 218.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AB9EF is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 185 | 239 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.06 |
| HSL | 218.12º | 0.73% | 0.77% | - |
| HSV(B) | 218.12º | 0.36% | 0.94% | - |
| XYZ | 46.26 | 47.8 | 88.45 | - |
| YUV | 181.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 239 | 0.36 | 0.23 | 0 | 0.06 | 218.12 | 0.73 | 0.77 |
| Hex | 9A | B9 | EF | 24 | 17 | 0 | 6 | DA | 49 | 4D |
| Octal | 232 | 271 | 357 | 44 | 27 | 0 | 6 | 332 | 111 | 115 |
| Binary | 10011010 | 10111001 | 11101111 | 100100 | 10111 | 0 | 110 | 11011010 | 1001001 | 1001101 |
Color Harmonies of #9AB9EF
Complementary color
Monochromatic Colors of #9AB9EF
Black with #9AB9EF
Text Example
Text Example
White with #9AB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9EF; }
p { color: rgb(154,185,239); }
H1.HeaderClassName
{
color: #9AB9EF;
}
.AnyTagClassName
{
color: #9AB9EF;
}
</style>
background-color css
<style>
a { background-color: #9AB9EF; }
a { background-color: rgb(154,185,239); }
div.DivClassName
{
background-color: #9AB9EF;
}
.BgClassName
{
background-color: #9AB9EF;
}
</style>
border-color css
<style>
span { border-color: #9AB9EF; }
span { border-color: rgb(154,185,239); }
td.TdClassName
{
border-color: #9AB9EF;
}
.TagClassName
{
border-color: #9AB9EF;
}
</style>