Shades of Perano #9CB6EF
Tints of Perano #9CB6EF
RGB
CMYK
RGB Variations
Color information
#9CB6EF (or 0x9CB6EF) is known color: Perano. HEX triplet: 9C, B6 and EF. RGB value is (156,182,239). Sum of RGB (Red+Green+Blue) = 156+182+239=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CB6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB6EF is #634910. Grayscale: #B4B4B4. Windows color (decimal): -6506769 or 15709852. OLE color: 15709852.
HSL color Cylindrical-coordinate representation of color #9CB6EF: hue angle of 221.2º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CB6EF is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 182 | 239 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.06 |
| HSL | 221.2º | 0.72% | 0.77% | - |
| HSV(B) | 221.2º | 0.35% | 0.94% | - |
| XYZ | 46.02 | 46.76 | 88.26 | - |
| YUV | 180.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 239 | 0.35 | 0.24 | 0 | 0.06 | 221.2 | 0.72 | 0.77 |
| Hex | 9C | B6 | EF | 23 | 18 | 0 | 6 | DD | 48 | 4D |
| Octal | 234 | 266 | 357 | 43 | 30 | 0 | 6 | 335 | 110 | 115 |
| Binary | 10011100 | 10110110 | 11101111 | 100011 | 11000 | 0 | 110 | 11011101 | 1001000 | 1001101 |
Color Harmonies of #9CB6EF
Complementary color
Monochromatic Colors of #9CB6EF
Black with #9CB6EF
Text Example
Text Example
White with #9CB6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB6EF; }
p { color: rgb(156,182,239); }
H1.HeaderClassName
{
color: #9CB6EF;
}
.AnyTagClassName
{
color: #9CB6EF;
}
</style>
background-color css
<style>
a { background-color: #9CB6EF; }
a { background-color: rgb(156,182,239); }
div.DivClassName
{
background-color: #9CB6EF;
}
.BgClassName
{
background-color: #9CB6EF;
}
</style>
border-color css
<style>
span { border-color: #9CB6EF; }
span { border-color: rgb(156,182,239); }
td.TdClassName
{
border-color: #9CB6EF;
}
.TagClassName
{
border-color: #9CB6EF;
}
</style>