Shades of Perano #9AB8FC
Tints of Perano #9AB8FC
RGB
CMYK
RGB Variations
Color information
#9AB8FC (or 0x9AB8FC) is known color: Perano. HEX triplet: 9A, B8 and FC. RGB value is (154,184,252). Sum of RGB (Red+Green+Blue) = 154+184+252=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AB8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB8FC is #654703. Grayscale: #B6B6B6. Windows color (decimal): -6637316 or 16562330. OLE color: 16562330.
HSL color Cylindrical-coordinate representation of color #9AB8FC: hue angle of 221.63º 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 #9AB8FC is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 184 | 252 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.01 |
| HSL | 221.63º | 0.94% | 0.8% | - |
| HSV(B) | 221.63º | 0.39% | 0.99% | - |
| XYZ | 48.04 | 48.18 | 98.86 | - |
| YUV | 182.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 252 | 0.39 | 0.27 | 0 | 0.01 | 221.63 | 0.94 | 0.8 |
| Hex | 9A | B8 | FC | 27 | 1B | 0 | 1 | DE | 5E | 50 |
| Octal | 232 | 270 | 374 | 47 | 33 | 0 | 1 | 336 | 136 | 120 |
| Binary | 10011010 | 10111000 | 11111100 | 100111 | 11011 | 0 | 1 | 11011110 | 1011110 | 1010000 |
Color Harmonies of #9AB8FC
Complementary color
Monochromatic Colors of #9AB8FC
Black with #9AB8FC
Text Example
Text Example
White with #9AB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8FC; }
p { color: rgb(154,184,252); }
H1.HeaderClassName
{
color: #9AB8FC;
}
.AnyTagClassName
{
color: #9AB8FC;
}
</style>
background-color css
<style>
a { background-color: #9AB8FC; }
a { background-color: rgb(154,184,252); }
div.DivClassName
{
background-color: #9AB8FC;
}
.BgClassName
{
background-color: #9AB8FC;
}
</style>
border-color css
<style>
span { border-color: #9AB8FC; }
span { border-color: rgb(154,184,252); }
td.TdClassName
{
border-color: #9AB8FC;
}
.TagClassName
{
border-color: #9AB8FC;
}
</style>