Shades of Perano #9DBAED
Tints of Perano #9DBAED
RGB
CMYK
RGB Variations
Color information
#9DBAED (or 0x9DBAED) is known color: Perano. HEX triplet: 9D, BA and ED. RGB value is (157,186,237). Sum of RGB (Red+Green+Blue) = 157+186+237=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAED is #624512. Grayscale: #B6B6B6. Windows color (decimal): -6440211 or 15579805. OLE color: 15579805.
HSL color Cylindrical-coordinate representation of color #9DBAED: hue angle of 218.25º degrees, saturation: 0.69, 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 #9DBAED is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 186 | 237 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.07 |
| HSL | 218.25º | 0.69% | 0.77% | - |
| HSV(B) | 218.25º | 0.34% | 0.93% | - |
| XYZ | 46.75 | 48.4 | 87 | - |
| YUV | 183.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 237 | 0.34 | 0.22 | 0 | 0.07 | 218.25 | 0.69 | 0.77 |
| Hex | 9D | BA | ED | 22 | 16 | 0 | 7 | DA | 45 | 4D |
| Octal | 235 | 272 | 355 | 42 | 26 | 0 | 7 | 332 | 105 | 115 |
| Binary | 10011101 | 10111010 | 11101101 | 100010 | 10110 | 0 | 111 | 11011010 | 1000101 | 1001101 |
Color Harmonies of #9DBAED
Complementary color
Monochromatic Colors of #9DBAED
Black with #9DBAED
Text Example
Text Example
White with #9DBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAED; }
p { color: rgb(157,186,237); }
H1.HeaderClassName
{
color: #9DBAED;
}
.AnyTagClassName
{
color: #9DBAED;
}
</style>
background-color css
<style>
a { background-color: #9DBAED; }
a { background-color: rgb(157,186,237); }
div.DivClassName
{
background-color: #9DBAED;
}
.BgClassName
{
background-color: #9DBAED;
}
</style>
border-color css
<style>
span { border-color: #9DBAED; }
span { border-color: rgb(157,186,237); }
td.TdClassName
{
border-color: #9DBAED;
}
.TagClassName
{
border-color: #9DBAED;
}
</style>