Shades of Perano #9ABBFF
Tints of Perano #9ABBFF
RGB
CMYK
RGB Variations
Color information
#9ABBFF (or 0x9ABBFF) is known color: Perano. HEX triplet: 9A, BB and FF. RGB value is (154,187,255). Sum of RGB (Red+Green+Blue) = 154+187+255=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ABBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBFF is #654400. Grayscale: #B8B8B8. Windows color (decimal): -6636545 or 16759706. OLE color: 16759706.
HSL color Cylindrical-coordinate representation of color #9ABBFF: hue angle of 220.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ABBFF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 187 | 255 | - |
| CMYK | 0.40 | 0.27 | 0 | 0 |
| HSL | 220.4º | 1% | 0.8% | - |
| HSV(B) | 220.4º | 0.4% | 1% | - |
| XYZ | 49.15 | 49.63 | 101.6 | - |
| YUV | 184.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 255 | 0.40 | 0.27 | 0 | 0 | 220.4 | 1 | 0.8 |
| Hex | 9A | BB | FF | 28 | 1B | 0 | 0 | DC | 64 | 50 |
| Octal | 232 | 273 | 377 | 50 | 33 | 0 | 0 | 334 | 144 | 120 |
| Binary | 10011010 | 10111011 | 11111111 | 101000 | 11011 | 0 | 0 | 11011100 | 1100100 | 1010000 |
Color Harmonies of #9ABBFF
Complementary color
Monochromatic Colors of #9ABBFF
Black with #9ABBFF
Text Example
Text Example
White with #9ABBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBFF; }
p { color: rgb(154,187,255); }
H1.HeaderClassName
{
color: #9ABBFF;
}
.AnyTagClassName
{
color: #9ABBFF;
}
</style>
background-color css
<style>
a { background-color: #9ABBFF; }
a { background-color: rgb(154,187,255); }
div.DivClassName
{
background-color: #9ABBFF;
}
.BgClassName
{
background-color: #9ABBFF;
}
</style>
border-color css
<style>
span { border-color: #9ABBFF; }
span { border-color: rgb(154,187,255); }
td.TdClassName
{
border-color: #9ABBFF;
}
.TagClassName
{
border-color: #9ABBFF;
}
</style>