Shades of Perano #9ABBFC
Tints of Perano #9ABBFC
RGB
CMYK
RGB Variations
Color information
#9ABBFC (or 0x9ABBFC) is known color: Perano. HEX triplet: 9A, BB and FC. RGB value is (154,187,252). Sum of RGB (Red+Green+Blue) = 154+187+252=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ABBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBFC is #654403. Grayscale: #B8B8B8. Windows color (decimal): -6636548 or 16563098. OLE color: 16563098.
HSL color Cylindrical-coordinate representation of color #9ABBFC: hue angle of 219.8º degrees, saturation: 0.94, 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 #9ABBFC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 187 | 252 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.01 |
| HSL | 219.8º | 0.94% | 0.8% | - |
| HSV(B) | 219.8º | 0.39% | 0.99% | - |
| XYZ | 48.67 | 49.44 | 99.07 | - |
| YUV | 184.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 252 | 0.39 | 0.26 | 0 | 0.01 | 219.8 | 0.94 | 0.8 |
| Hex | 9A | BB | FC | 27 | 1A | 0 | 1 | DC | 5E | 50 |
| Octal | 232 | 273 | 374 | 47 | 32 | 0 | 1 | 334 | 136 | 120 |
| Binary | 10011010 | 10111011 | 11111100 | 100111 | 11010 | 0 | 1 | 11011100 | 1011110 | 1010000 |
Color Harmonies of #9ABBFC
Complementary color
Monochromatic Colors of #9ABBFC
Black with #9ABBFC
Text Example
Text Example
White with #9ABBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBFC; }
p { color: rgb(154,187,252); }
H1.HeaderClassName
{
color: #9ABBFC;
}
.AnyTagClassName
{
color: #9ABBFC;
}
</style>
background-color css
<style>
a { background-color: #9ABBFC; }
a { background-color: rgb(154,187,252); }
div.DivClassName
{
background-color: #9ABBFC;
}
.BgClassName
{
background-color: #9ABBFC;
}
</style>
border-color css
<style>
span { border-color: #9ABBFC; }
span { border-color: rgb(154,187,252); }
td.TdClassName
{
border-color: #9ABBFC;
}
.TagClassName
{
border-color: #9ABBFC;
}
</style>