Shades of Perano #9BAFEC
Tints of Perano #9BAFEC
RGB
CMYK
RGB Variations
Color information
#9BAFEC (or 0x9BAFEC) is known color: Perano. HEX triplet: 9B, AF and EC. RGB value is (155,175,236). Sum of RGB (Red+Green+Blue) = 155+175+236=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAFEC is #645013. Grayscale: #AFAFAF. Windows color (decimal): -6574100 or 15511451. OLE color: 15511451.
HSL color Cylindrical-coordinate representation of color #9BAFEC: hue angle of 225.19º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAFEC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 175 | 236 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.07 |
| HSL | 225.19º | 0.68% | 0.77% | - |
| HSV(B) | 225.19º | 0.34% | 0.93% | - |
| XYZ | 43.99 | 43.68 | 85.47 | - |
| YUV | 175.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 236 | 0.34 | 0.26 | 0 | 0.07 | 225.19 | 0.68 | 0.77 |
| Hex | 9B | AF | EC | 22 | 1A | 0 | 7 | E1 | 44 | 4D |
| Octal | 233 | 257 | 354 | 42 | 32 | 0 | 7 | 341 | 104 | 115 |
| Binary | 10011011 | 10101111 | 11101100 | 100010 | 11010 | 0 | 111 | 11100001 | 1000100 | 1001101 |
Color Harmonies of #9BAFEC
Complementary color
Monochromatic Colors of #9BAFEC
Black with #9BAFEC
Text Example
Text Example
White with #9BAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFEC; }
p { color: rgb(155,175,236); }
H1.HeaderClassName
{
color: #9BAFEC;
}
.AnyTagClassName
{
color: #9BAFEC;
}
</style>
background-color css
<style>
a { background-color: #9BAFEC; }
a { background-color: rgb(155,175,236); }
div.DivClassName
{
background-color: #9BAFEC;
}
.BgClassName
{
background-color: #9BAFEC;
}
</style>
border-color css
<style>
span { border-color: #9BAFEC; }
span { border-color: rgb(155,175,236); }
td.TdClassName
{
border-color: #9BAFEC;
}
.TagClassName
{
border-color: #9BAFEC;
}
</style>