Shades of Perano #9BACFC
Tints of Perano #9BACFC
RGB
CMYK
RGB Variations
Color information
#9BACFC (or 0x9BACFC) is known color: Perano. HEX triplet: 9B, AC and FC. RGB value is (155,172,252). Sum of RGB (Red+Green+Blue) = 155+172+252=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACFC is #645303. Grayscale: #AFAFAF. Windows color (decimal): -6574852 or 16559259. OLE color: 16559259.
HSL color Cylindrical-coordinate representation of color #9BACFC: hue angle of 229.48º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BACFC is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 172 | 252 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.01 |
| HSL | 229.48º | 0.94% | 0.8% | - |
| HSV(B) | 229.48º | 0.38% | 0.99% | - |
| XYZ | 45.84 | 43.5 | 98.08 | - |
| YUV | 176.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 252 | 0.38 | 0.32 | 0 | 0.01 | 229.48 | 0.94 | 0.8 |
| Hex | 9B | AC | FC | 26 | 20 | 0 | 1 | E5 | 5E | 50 |
| Octal | 233 | 254 | 374 | 46 | 40 | 0 | 1 | 345 | 136 | 120 |
| Binary | 10011011 | 10101100 | 11111100 | 100110 | 100000 | 0 | 1 | 11100101 | 1011110 | 1010000 |
Color Harmonies of #9BACFC
Complementary color
Monochromatic Colors of #9BACFC
Black with #9BACFC
Text Example
Text Example
White with #9BACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACFC; }
p { color: rgb(155,172,252); }
H1.HeaderClassName
{
color: #9BACFC;
}
.AnyTagClassName
{
color: #9BACFC;
}
</style>
background-color css
<style>
a { background-color: #9BACFC; }
a { background-color: rgb(155,172,252); }
div.DivClassName
{
background-color: #9BACFC;
}
.BgClassName
{
background-color: #9BACFC;
}
</style>
border-color css
<style>
span { border-color: #9BACFC; }
span { border-color: rgb(155,172,252); }
td.TdClassName
{
border-color: #9BACFC;
}
.TagClassName
{
border-color: #9BACFC;
}
</style>