Shades of Perano #9BACFE
Tints of Perano #9BACFE
RGB
CMYK
RGB Variations
Color information
#9BACFE (or 0x9BACFE) is known color: Perano. HEX triplet: 9B, AC and FE. RGB value is (155,172,254). Sum of RGB (Red+Green+Blue) = 155+172+254=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACFE is #645301. Grayscale: #AFAFAF. Windows color (decimal): -6574850 or 16690331. OLE color: 16690331.
HSL color Cylindrical-coordinate representation of color #9BACFE: hue angle of 229.7º 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 #9BACFE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 172 | 254 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.00 |
| HSL | 229.7º | 0.98% | 0.8% | - |
| HSV(B) | 229.7º | 0.39% | 1% | - |
| XYZ | 46.16 | 43.63 | 99.75 | - |
| YUV | 176.27 | 171.87 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 254 | 0.39 | 0.32 | 0 | 0.00 | 229.7 | 0.98 | 0.8 |
| Hex | 9B | AC | FE | 27 | 20 | 0 | 0 | E6 | 62 | 50 |
| Octal | 233 | 254 | 376 | 47 | 40 | 0 | 0 | 346 | 142 | 120 |
| Binary | 10011011 | 10101100 | 11111110 | 100111 | 100000 | 0 | 0 | 11100110 | 1100010 | 1010000 |
Color Harmonies of #9BACFE
Complementary color
Monochromatic Colors of #9BACFE
Black with #9BACFE
Text Example
Text Example
White with #9BACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACFE; }
p { color: rgb(155,172,254); }
H1.HeaderClassName
{
color: #9BACFE;
}
.AnyTagClassName
{
color: #9BACFE;
}
</style>
background-color css
<style>
a { background-color: #9BACFE; }
a { background-color: rgb(155,172,254); }
div.DivClassName
{
background-color: #9BACFE;
}
.BgClassName
{
background-color: #9BACFE;
}
</style>
border-color css
<style>
span { border-color: #9BACFE; }
span { border-color: rgb(155,172,254); }
td.TdClassName
{
border-color: #9BACFE;
}
.TagClassName
{
border-color: #9BACFE;
}
</style>