Shades of Perano #9AB8FB
Tints of Perano #9AB8FB
RGB
CMYK
RGB Variations
Color information
#9AB8FB (or 0x9AB8FB) is known color: Perano. HEX triplet: 9A, B8 and FB. RGB value is (154,184,251). Sum of RGB (Red+Green+Blue) = 154+184+251=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB8FB is #654704. Grayscale: #B6B6B6. Windows color (decimal): -6637317 or 16496794. OLE color: 16496794.
HSL color Cylindrical-coordinate representation of color #9AB8FB: hue angle of 221.44º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AB8FB is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 184 | 251 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.02 |
| HSL | 221.44º | 0.92% | 0.79% | - |
| HSV(B) | 221.44º | 0.39% | 0.98% | - |
| XYZ | 47.88 | 48.12 | 98.03 | - |
| YUV | 182.67 | 166.56 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 251 | 0.39 | 0.27 | 0 | 0.02 | 221.44 | 0.92 | 0.79 |
| Hex | 9A | B8 | FB | 27 | 1B | 0 | 2 | DD | 5C | 4F |
| Octal | 232 | 270 | 373 | 47 | 33 | 0 | 2 | 335 | 134 | 117 |
| Binary | 10011010 | 10111000 | 11111011 | 100111 | 11011 | 0 | 10 | 11011101 | 1011100 | 1001111 |
Color Harmonies of #9AB8FB
Complementary color
Monochromatic Colors of #9AB8FB
Black with #9AB8FB
Text Example
Text Example
White with #9AB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8FB; }
p { color: rgb(154,184,251); }
H1.HeaderClassName
{
color: #9AB8FB;
}
.AnyTagClassName
{
color: #9AB8FB;
}
</style>
background-color css
<style>
a { background-color: #9AB8FB; }
a { background-color: rgb(154,184,251); }
div.DivClassName
{
background-color: #9AB8FB;
}
.BgClassName
{
background-color: #9AB8FB;
}
</style>
border-color css
<style>
span { border-color: #9AB8FB; }
span { border-color: rgb(154,184,251); }
td.TdClassName
{
border-color: #9AB8FB;
}
.TagClassName
{
border-color: #9AB8FB;
}
</style>