Shades of Perano #9DB5E3
Tints of Perano #9DB5E3
RGB
CMYK
RGB Variations
Color information
#9DB5E3 (or 0x9DB5E3) is known color: Perano. HEX triplet: 9D, B5 and E3. RGB value is (157,181,227). Sum of RGB (Red+Green+Blue) = 157+181+227=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #9DB5E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5E3 is #624A1C. Grayscale: #B2B2B2. Windows color (decimal): -6441501 or 14923165. OLE color: 14923165.
HSL color Cylindrical-coordinate representation of color #9DB5E3: hue angle of 219.43º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DB5E3 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 181 | 227 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.11 |
| HSL | 219.43º | 0.56% | 0.75% | - |
| HSV(B) | 219.43º | 0.31% | 0.89% | - |
| XYZ | 44.29 | 45.76 | 79.17 | - |
| YUV | 179.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 227 | 0.31 | 0.20 | 0 | 0.11 | 219.43 | 0.56 | 0.75 |
| Hex | 9D | B5 | E3 | 1F | 14 | 0 | B | DB | 38 | 4B |
| Octal | 235 | 265 | 343 | 37 | 24 | 0 | 13 | 333 | 70 | 113 |
| Binary | 10011101 | 10110101 | 11100011 | 11111 | 10100 | 0 | 1011 | 11011011 | 111000 | 1001011 |
Color Harmonies of #9DB5E3
Complementary color
Monochromatic Colors of #9DB5E3
Black with #9DB5E3
Text Example
Text Example
White with #9DB5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5E3; }
p { color: rgb(157,181,227); }
H1.HeaderClassName
{
color: #9DB5E3;
}
.AnyTagClassName
{
color: #9DB5E3;
}
</style>
background-color css
<style>
a { background-color: #9DB5E3; }
a { background-color: rgb(157,181,227); }
div.DivClassName
{
background-color: #9DB5E3;
}
.BgClassName
{
background-color: #9DB5E3;
}
</style>
border-color css
<style>
span { border-color: #9DB5E3; }
span { border-color: rgb(157,181,227); }
td.TdClassName
{
border-color: #9DB5E3;
}
.TagClassName
{
border-color: #9DB5E3;
}
</style>