Shades of Perano #9ABAFE
Tints of Perano #9ABAFE
RGB
CMYK
RGB Variations
Color information
#9ABAFE (or 0x9ABAFE) is known color: Perano. HEX triplet: 9A, BA and FE. RGB value is (154,186,254). Sum of RGB (Red+Green+Blue) = 154+186+254=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ABAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAFE is #654501. Grayscale: #B7B7B7. Windows color (decimal): -6636802 or 16693914. OLE color: 16693914.
HSL color Cylindrical-coordinate representation of color #9ABAFE: hue angle of 220.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABAFE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 186 | 254 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.00 |
| HSL | 220.8º | 0.98% | 0.8% | - |
| HSV(B) | 220.8º | 0.39% | 1% | - |
| XYZ | 48.77 | 49.14 | 100.68 | - |
| YUV | 184.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 254 | 0.39 | 0.27 | 0 | 0.00 | 220.8 | 0.98 | 0.8 |
| Hex | 9A | BA | FE | 27 | 1B | 0 | 0 | DD | 62 | 50 |
| Octal | 232 | 272 | 376 | 47 | 33 | 0 | 0 | 335 | 142 | 120 |
| Binary | 10011010 | 10111010 | 11111110 | 100111 | 11011 | 0 | 0 | 11011101 | 1100010 | 1010000 |
Color Harmonies of #9ABAFE
Complementary color
Monochromatic Colors of #9ABAFE
Black with #9ABAFE
Text Example
Text Example
White with #9ABAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAFE; }
p { color: rgb(154,186,254); }
H1.HeaderClassName
{
color: #9ABAFE;
}
.AnyTagClassName
{
color: #9ABAFE;
}
</style>
background-color css
<style>
a { background-color: #9ABAFE; }
a { background-color: rgb(154,186,254); }
div.DivClassName
{
background-color: #9ABAFE;
}
.BgClassName
{
background-color: #9ABAFE;
}
</style>
border-color css
<style>
span { border-color: #9ABAFE; }
span { border-color: rgb(154,186,254); }
td.TdClassName
{
border-color: #9ABAFE;
}
.TagClassName
{
border-color: #9ABAFE;
}
</style>