Shades of Perano #9ABAFA
Tints of Perano #9ABAFA
RGB
CMYK
RGB Variations
Color information
#9ABAFA (or 0x9ABAFA) is known color: Perano. HEX triplet: 9A, BA and FA. RGB value is (154,186,250). Sum of RGB (Red+Green+Blue) = 154+186+250=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ABAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAFA is #654505. Grayscale: #B7B7B7. Windows color (decimal): -6636806 or 16431770. OLE color: 16431770.
HSL color Cylindrical-coordinate representation of color #9ABAFA: hue angle of 220º 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 #9ABAFA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 186 | 250 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.02 |
| HSL | 220º | 0.91% | 0.79% | - |
| HSV(B) | 220º | 0.38% | 0.98% | - |
| XYZ | 48.14 | 48.89 | 97.34 | - |
| YUV | 183.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 250 | 0.38 | 0.26 | 0 | 0.02 | 220 | 0.91 | 0.79 |
| Hex | 9A | BA | FA | 26 | 1A | 0 | 2 | DC | 5B | 4F |
| Octal | 232 | 272 | 372 | 46 | 32 | 0 | 2 | 334 | 133 | 117 |
| Binary | 10011010 | 10111010 | 11111010 | 100110 | 11010 | 0 | 10 | 11011100 | 1011011 | 1001111 |
Color Harmonies of #9ABAFA
Complementary color
Monochromatic Colors of #9ABAFA
Black with #9ABAFA
Text Example
Text Example
White with #9ABAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAFA; }
p { color: rgb(154,186,250); }
H1.HeaderClassName
{
color: #9ABAFA;
}
.AnyTagClassName
{
color: #9ABAFA;
}
</style>
background-color css
<style>
a { background-color: #9ABAFA; }
a { background-color: rgb(154,186,250); }
div.DivClassName
{
background-color: #9ABAFA;
}
.BgClassName
{
background-color: #9ABAFA;
}
</style>
border-color css
<style>
span { border-color: #9ABAFA; }
span { border-color: rgb(154,186,250); }
td.TdClassName
{
border-color: #9ABAFA;
}
.TagClassName
{
border-color: #9ABAFA;
}
</style>