Shades of Perano #9CB5EF
Tints of Perano #9CB5EF
RGB
CMYK
RGB Variations
Color information
#9CB5EF (or 0x9CB5EF) is known color: Perano. HEX triplet: 9C, B5 and EF. RGB value is (156,181,239). Sum of RGB (Red+Green+Blue) = 156+181+239=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB5EF is #634A10. Grayscale: #B3B3B3. Windows color (decimal): -6507025 or 15709596. OLE color: 15709596.
HSL color Cylindrical-coordinate representation of color #9CB5EF: hue angle of 221.93º 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 #9CB5EF is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 181 | 239 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.06 |
| HSL | 221.93º | 0.72% | 0.77% | - |
| HSV(B) | 221.93º | 0.35% | 0.94% | - |
| XYZ | 45.81 | 46.35 | 88.19 | - |
| YUV | 180.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 239 | 0.35 | 0.24 | 0 | 0.06 | 221.93 | 0.72 | 0.77 |
| Hex | 9C | B5 | EF | 23 | 18 | 0 | 6 | DE | 48 | 4D |
| Octal | 234 | 265 | 357 | 43 | 30 | 0 | 6 | 336 | 110 | 115 |
| Binary | 10011100 | 10110101 | 11101111 | 100011 | 11000 | 0 | 110 | 11011110 | 1001000 | 1001101 |
Color Harmonies of #9CB5EF
Complementary color
Monochromatic Colors of #9CB5EF
Black with #9CB5EF
Text Example
Text Example
White with #9CB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB5EF; }
p { color: rgb(156,181,239); }
H1.HeaderClassName
{
color: #9CB5EF;
}
.AnyTagClassName
{
color: #9CB5EF;
}
</style>
background-color css
<style>
a { background-color: #9CB5EF; }
a { background-color: rgb(156,181,239); }
div.DivClassName
{
background-color: #9CB5EF;
}
.BgClassName
{
background-color: #9CB5EF;
}
</style>
border-color css
<style>
span { border-color: #9CB5EF; }
span { border-color: rgb(156,181,239); }
td.TdClassName
{
border-color: #9CB5EF;
}
.TagClassName
{
border-color: #9CB5EF;
}
</style>