Shades of Perano #9DB6EA
Tints of Perano #9DB6EA
RGB
CMYK
RGB Variations
Color information
#9DB6EA (or 0x9DB6EA) is known color: Perano. HEX triplet: 9D, B6 and EA. RGB value is (157,182,234). Sum of RGB (Red+Green+Blue) = 157+182+234=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DB6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB6EA is #624915. Grayscale: #B4B4B4. Windows color (decimal): -6441238 or 15382173. OLE color: 15382173.
HSL color Cylindrical-coordinate representation of color #9DB6EA: hue angle of 220.52º degrees, saturation: 0.65, 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 #9DB6EA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 182 | 234 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.08 |
| HSL | 220.52º | 0.65% | 0.77% | - |
| HSV(B) | 220.52º | 0.33% | 0.92% | - |
| XYZ | 45.48 | 46.56 | 84.43 | - |
| YUV | 180.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 234 | 0.33 | 0.22 | 0 | 0.08 | 220.52 | 0.65 | 0.77 |
| Hex | 9D | B6 | EA | 21 | 16 | 0 | 8 | DD | 41 | 4D |
| Octal | 235 | 266 | 352 | 41 | 26 | 0 | 10 | 335 | 101 | 115 |
| Binary | 10011101 | 10110110 | 11101010 | 100001 | 10110 | 0 | 1000 | 11011101 | 1000001 | 1001101 |
Color Harmonies of #9DB6EA
Complementary color
Monochromatic Colors of #9DB6EA
Black with #9DB6EA
Text Example
Text Example
White with #9DB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB6EA; }
p { color: rgb(157,182,234); }
H1.HeaderClassName
{
color: #9DB6EA;
}
.AnyTagClassName
{
color: #9DB6EA;
}
</style>
background-color css
<style>
a { background-color: #9DB6EA; }
a { background-color: rgb(157,182,234); }
div.DivClassName
{
background-color: #9DB6EA;
}
.BgClassName
{
background-color: #9DB6EA;
}
</style>
border-color css
<style>
span { border-color: #9DB6EA; }
span { border-color: rgb(157,182,234); }
td.TdClassName
{
border-color: #9DB6EA;
}
.TagClassName
{
border-color: #9DB6EA;
}
</style>