Shades of Perano #9ABAFD
Tints of Perano #9ABAFD
RGB
CMYK
RGB Variations
Color information
#9ABAFD (or 0x9ABAFD) is known color: Perano. HEX triplet: 9A, BA and FD. RGB value is (154,186,253). Sum of RGB (Red+Green+Blue) = 154+186+253=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ABAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAFD is #654502. Grayscale: #B7B7B7. Windows color (decimal): -6636803 or 16628378. OLE color: 16628378.
HSL color Cylindrical-coordinate representation of color #9ABAFD: hue angle of 220.61º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABAFD is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 186 | 253 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.01 |
| HSL | 220.61º | 0.96% | 0.8% | - |
| HSV(B) | 220.61º | 0.39% | 0.99% | - |
| XYZ | 48.61 | 49.08 | 99.84 | - |
| YUV | 184.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 253 | 0.39 | 0.26 | 0 | 0.01 | 220.61 | 0.96 | 0.8 |
| Hex | 9A | BA | FD | 27 | 1A | 0 | 1 | DD | 60 | 50 |
| Octal | 232 | 272 | 375 | 47 | 32 | 0 | 1 | 335 | 140 | 120 |
| Binary | 10011010 | 10111010 | 11111101 | 100111 | 11010 | 0 | 1 | 11011101 | 1100000 | 1010000 |
Color Harmonies of #9ABAFD
Complementary color
Monochromatic Colors of #9ABAFD
Black with #9ABAFD
Text Example
Text Example
White with #9ABAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAFD; }
p { color: rgb(154,186,253); }
H1.HeaderClassName
{
color: #9ABAFD;
}
.AnyTagClassName
{
color: #9ABAFD;
}
</style>
background-color css
<style>
a { background-color: #9ABAFD; }
a { background-color: rgb(154,186,253); }
div.DivClassName
{
background-color: #9ABAFD;
}
.BgClassName
{
background-color: #9ABAFD;
}
</style>
border-color css
<style>
span { border-color: #9ABAFD; }
span { border-color: rgb(154,186,253); }
td.TdClassName
{
border-color: #9ABAFD;
}
.TagClassName
{
border-color: #9ABAFD;
}
</style>