Shades of Perano #9BAAF1
Tints of Perano #9BAAF1
RGB
CMYK
RGB Variations
Color information
#9BAAF1 (or 0x9BAAF1) is known color: Perano. HEX triplet: 9B, AA and F1. RGB value is (155,170,241). Sum of RGB (Red+Green+Blue) = 155+170+241=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BAAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAF1 is #64550E. Grayscale: #ADADAD. Windows color (decimal): -6575375 or 15837851. OLE color: 15837851.
HSL color Cylindrical-coordinate representation of color #9BAAF1: hue angle of 229.53º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BAAF1 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 170 | 241 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.05 |
| HSL | 229.53º | 0.75% | 0.78% | - |
| HSV(B) | 229.53º | 0.36% | 0.95% | - |
| XYZ | 43.77 | 42.07 | 89.03 | - |
| YUV | 173.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 241 | 0.36 | 0.29 | 0 | 0.05 | 229.53 | 0.75 | 0.78 |
| Hex | 9B | AA | F1 | 24 | 1D | 0 | 5 | E6 | 4B | 4E |
| Octal | 233 | 252 | 361 | 44 | 35 | 0 | 5 | 346 | 113 | 116 |
| Binary | 10011011 | 10101010 | 11110001 | 100100 | 11101 | 0 | 101 | 11100110 | 1001011 | 1001110 |
Color Harmonies of #9BAAF1
Complementary color
Monochromatic Colors of #9BAAF1
Black with #9BAAF1
Text Example
Text Example
White with #9BAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAAF1; }
p { color: rgb(155,170,241); }
H1.HeaderClassName
{
color: #9BAAF1;
}
.AnyTagClassName
{
color: #9BAAF1;
}
</style>
background-color css
<style>
a { background-color: #9BAAF1; }
a { background-color: rgb(155,170,241); }
div.DivClassName
{
background-color: #9BAAF1;
}
.BgClassName
{
background-color: #9BAAF1;
}
</style>
border-color css
<style>
span { border-color: #9BAAF1; }
span { border-color: rgb(155,170,241); }
td.TdClassName
{
border-color: #9BAAF1;
}
.TagClassName
{
border-color: #9BAAF1;
}
</style>