Shades of Perano #9ABBFE
Tints of Perano #9ABBFE
RGB
CMYK
RGB Variations
Color information
#9ABBFE (or 0x9ABBFE) is known color: Perano. HEX triplet: 9A, BB and FE. RGB value is (154,187,254). Sum of RGB (Red+Green+Blue) = 154+187+254=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ABBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBFE is #654401. Grayscale: #B8B8B8. Windows color (decimal): -6636546 or 16694170. OLE color: 16694170.
HSL color Cylindrical-coordinate representation of color #9ABBFE: hue angle of 220.2º 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 #9ABBFE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 187 | 254 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.00 |
| HSL | 220.2º | 0.98% | 0.8% | - |
| HSV(B) | 220.2º | 0.39% | 1% | - |
| XYZ | 48.99 | 49.57 | 100.75 | - |
| YUV | 184.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 254 | 0.39 | 0.26 | 0 | 0.00 | 220.2 | 0.98 | 0.8 |
| Hex | 9A | BB | FE | 27 | 1A | 0 | 0 | DC | 62 | 50 |
| Octal | 232 | 273 | 376 | 47 | 32 | 0 | 0 | 334 | 142 | 120 |
| Binary | 10011010 | 10111011 | 11111110 | 100111 | 11010 | 0 | 0 | 11011100 | 1100010 | 1010000 |
Color Harmonies of #9ABBFE
Complementary color
Monochromatic Colors of #9ABBFE
Black with #9ABBFE
Text Example
Text Example
White with #9ABBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBFE; }
p { color: rgb(154,187,254); }
H1.HeaderClassName
{
color: #9ABBFE;
}
.AnyTagClassName
{
color: #9ABBFE;
}
</style>
background-color css
<style>
a { background-color: #9ABBFE; }
a { background-color: rgb(154,187,254); }
div.DivClassName
{
background-color: #9ABBFE;
}
.BgClassName
{
background-color: #9ABBFE;
}
</style>
border-color css
<style>
span { border-color: #9ABBFE; }
span { border-color: rgb(154,187,254); }
td.TdClassName
{
border-color: #9ABBFE;
}
.TagClassName
{
border-color: #9ABBFE;
}
</style>