Shades of Perano #9FBBEC
Tints of Perano #9FBBEC
RGB
CMYK
RGB Variations
Color information
#9FBBEC (or 0x9FBBEC) is known color: Perano. HEX triplet: 9F, BB and EC. RGB value is (159,187,236). Sum of RGB (Red+Green+Blue) = 159+187+236=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FBBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBEC is #604413. Grayscale: #B7B7B7. Windows color (decimal): -6308884 or 15514527. OLE color: 15514527.
HSL color Cylindrical-coordinate representation of color #9FBBEC: hue angle of 218.18º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBBEC is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 187 | 236 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.07 |
| HSL | 218.18º | 0.67% | 0.77% | - |
| HSV(B) | 218.18º | 0.33% | 0.93% | - |
| XYZ | 47.21 | 48.97 | 86.32 | - |
| YUV | 184.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 236 | 0.33 | 0.21 | 0 | 0.07 | 218.18 | 0.67 | 0.77 |
| Hex | 9F | BB | EC | 21 | 15 | 0 | 7 | DA | 43 | 4D |
| Octal | 237 | 273 | 354 | 41 | 25 | 0 | 7 | 332 | 103 | 115 |
| Binary | 10011111 | 10111011 | 11101100 | 100001 | 10101 | 0 | 111 | 11011010 | 1000011 | 1001101 |
Color Harmonies of #9FBBEC
Complementary color
Monochromatic Colors of #9FBBEC
Black with #9FBBEC
Text Example
Text Example
White with #9FBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBEC; }
p { color: rgb(159,187,236); }
H1.HeaderClassName
{
color: #9FBBEC;
}
.AnyTagClassName
{
color: #9FBBEC;
}
</style>
background-color css
<style>
a { background-color: #9FBBEC; }
a { background-color: rgb(159,187,236); }
div.DivClassName
{
background-color: #9FBBEC;
}
.BgClassName
{
background-color: #9FBBEC;
}
</style>
border-color css
<style>
span { border-color: #9FBBEC; }
span { border-color: rgb(159,187,236); }
td.TdClassName
{
border-color: #9FBBEC;
}
.TagClassName
{
border-color: #9FBBEC;
}
</style>