Shades of Perano #9DB2EB
Tints of Perano #9DB2EB
RGB
CMYK
RGB Variations
Color information
#9DB2EB (or 0x9DB2EB) is known color: Perano. HEX triplet: 9D, B2 and EB. RGB value is (157,178,235). Sum of RGB (Red+Green+Blue) = 157+178+235=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DB2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB2EB is #624D14. Grayscale: #B1B1B1. Windows color (decimal): -6442261 or 15446685. OLE color: 15446685.
HSL color Cylindrical-coordinate representation of color #9DB2EB: hue angle of 223.85º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB2EB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 178 | 235 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.08 |
| HSL | 223.85º | 0.66% | 0.77% | - |
| HSV(B) | 223.85º | 0.33% | 0.92% | - |
| XYZ | 44.82 | 45.01 | 84.92 | - |
| YUV | 178.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 235 | 0.33 | 0.24 | 0 | 0.08 | 223.85 | 0.66 | 0.77 |
| Hex | 9D | B2 | EB | 21 | 18 | 0 | 8 | E0 | 42 | 4D |
| Octal | 235 | 262 | 353 | 41 | 30 | 0 | 10 | 340 | 102 | 115 |
| Binary | 10011101 | 10110010 | 11101011 | 100001 | 11000 | 0 | 1000 | 11100000 | 1000010 | 1001101 |
Color Harmonies of #9DB2EB
Complementary color
Monochromatic Colors of #9DB2EB
Black with #9DB2EB
Text Example
Text Example
White with #9DB2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2EB; }
p { color: rgb(157,178,235); }
H1.HeaderClassName
{
color: #9DB2EB;
}
.AnyTagClassName
{
color: #9DB2EB;
}
</style>
background-color css
<style>
a { background-color: #9DB2EB; }
a { background-color: rgb(157,178,235); }
div.DivClassName
{
background-color: #9DB2EB;
}
.BgClassName
{
background-color: #9DB2EB;
}
</style>
border-color css
<style>
span { border-color: #9DB2EB; }
span { border-color: rgb(157,178,235); }
td.TdClassName
{
border-color: #9DB2EB;
}
.TagClassName
{
border-color: #9DB2EB;
}
</style>