Shades of Perano #9BAAEE
Tints of Perano #9BAAEE
RGB
CMYK
RGB Variations
Color information
#9BAAEE (or 0x9BAAEE) is known color: Perano. HEX triplet: 9B, AA and EE. RGB value is (155,170,238). Sum of RGB (Red+Green+Blue) = 155+170+238=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAEE is #645511. Grayscale: #ACACAC. Windows color (decimal): -6575378 or 15641243. OLE color: 15641243.
HSL color Cylindrical-coordinate representation of color #9BAAEE: hue angle of 229.16º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BAAEE is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 170 | 238 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.07 |
| HSL | 229.16º | 0.71% | 0.77% | - |
| HSV(B) | 229.16º | 0.35% | 0.93% | - |
| XYZ | 43.32 | 41.89 | 86.69 | - |
| YUV | 173.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 238 | 0.35 | 0.29 | 0 | 0.07 | 229.16 | 0.71 | 0.77 |
| Hex | 9B | AA | EE | 23 | 1D | 0 | 7 | E5 | 47 | 4D |
| Octal | 233 | 252 | 356 | 43 | 35 | 0 | 7 | 345 | 107 | 115 |
| Binary | 10011011 | 10101010 | 11101110 | 100011 | 11101 | 0 | 111 | 11100101 | 1000111 | 1001101 |
Color Harmonies of #9BAAEE
Complementary color
Monochromatic Colors of #9BAAEE
Black with #9BAAEE
Text Example
Text Example
White with #9BAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAAEE; }
p { color: rgb(155,170,238); }
H1.HeaderClassName
{
color: #9BAAEE;
}
.AnyTagClassName
{
color: #9BAAEE;
}
</style>
background-color css
<style>
a { background-color: #9BAAEE; }
a { background-color: rgb(155,170,238); }
div.DivClassName
{
background-color: #9BAAEE;
}
.BgClassName
{
background-color: #9BAAEE;
}
</style>
border-color css
<style>
span { border-color: #9BAAEE; }
span { border-color: rgb(155,170,238); }
td.TdClassName
{
border-color: #9BAAEE;
}
.TagClassName
{
border-color: #9BAAEE;
}
</style>