Shades of Perano #9DBAEE
Tints of Perano #9DBAEE
RGB
CMYK
RGB Variations
Color information
#9DBAEE (or 0x9DBAEE) is known color: Perano. HEX triplet: 9D, BA and EE. RGB value is (157,186,238). Sum of RGB (Red+Green+Blue) = 157+186+238=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DBAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAEE is #624511. Grayscale: #B7B7B7. Windows color (decimal): -6440210 or 15645341. OLE color: 15645341.
HSL color Cylindrical-coordinate representation of color #9DBAEE: hue angle of 218.52º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DBAEE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 186 | 238 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.07 |
| HSL | 218.52º | 0.7% | 0.77% | - |
| HSV(B) | 218.52º | 0.34% | 0.93% | - |
| XYZ | 46.9 | 48.46 | 87.77 | - |
| YUV | 183.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 238 | 0.34 | 0.22 | 0 | 0.07 | 218.52 | 0.7 | 0.77 |
| Hex | 9D | BA | EE | 22 | 16 | 0 | 7 | DB | 46 | 4D |
| Octal | 235 | 272 | 356 | 42 | 26 | 0 | 7 | 333 | 106 | 115 |
| Binary | 10011101 | 10111010 | 11101110 | 100010 | 10110 | 0 | 111 | 11011011 | 1000110 | 1001101 |
Color Harmonies of #9DBAEE
Complementary color
Monochromatic Colors of #9DBAEE
Black with #9DBAEE
Text Example
Text Example
White with #9DBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAEE; }
p { color: rgb(157,186,238); }
H1.HeaderClassName
{
color: #9DBAEE;
}
.AnyTagClassName
{
color: #9DBAEE;
}
</style>
background-color css
<style>
a { background-color: #9DBAEE; }
a { background-color: rgb(157,186,238); }
div.DivClassName
{
background-color: #9DBAEE;
}
.BgClassName
{
background-color: #9DBAEE;
}
</style>
border-color css
<style>
span { border-color: #9DBAEE; }
span { border-color: rgb(157,186,238); }
td.TdClassName
{
border-color: #9DBAEE;
}
.TagClassName
{
border-color: #9DBAEE;
}
</style>