Shades of Perano #9DABEC
Tints of Perano #9DABEC
RGB
CMYK
RGB Variations
Color information
#9DABEC (or 0x9DABEC) is known color: Perano. HEX triplet: 9D, AB and EC. RGB value is (157,171,236). Sum of RGB (Red+Green+Blue) = 157+171+236=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABEC is #625413. Grayscale: #ADADAD. Windows color (decimal): -6444052 or 15510429. OLE color: 15510429.
HSL color Cylindrical-coordinate representation of color #9DABEC: hue angle of 229.37º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DABEC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 171 | 236 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.07 |
| HSL | 229.37º | 0.68% | 0.77% | - |
| HSV(B) | 229.37º | 0.33% | 0.93% | - |
| XYZ | 43.61 | 42.35 | 85.23 | - |
| YUV | 174.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 236 | 0.33 | 0.28 | 0 | 0.07 | 229.37 | 0.68 | 0.77 |
| Hex | 9D | AB | EC | 21 | 1C | 0 | 7 | E5 | 44 | 4D |
| Octal | 235 | 253 | 354 | 41 | 34 | 0 | 7 | 345 | 104 | 115 |
| Binary | 10011101 | 10101011 | 11101100 | 100001 | 11100 | 0 | 111 | 11100101 | 1000100 | 1001101 |
Color Harmonies of #9DABEC
Complementary color
Monochromatic Colors of #9DABEC
Black with #9DABEC
Text Example
Text Example
White with #9DABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABEC; }
p { color: rgb(157,171,236); }
H1.HeaderClassName
{
color: #9DABEC;
}
.AnyTagClassName
{
color: #9DABEC;
}
</style>
background-color css
<style>
a { background-color: #9DABEC; }
a { background-color: rgb(157,171,236); }
div.DivClassName
{
background-color: #9DABEC;
}
.BgClassName
{
background-color: #9DABEC;
}
</style>
border-color css
<style>
span { border-color: #9DABEC; }
span { border-color: rgb(157,171,236); }
td.TdClassName
{
border-color: #9DABEC;
}
.TagClassName
{
border-color: #9DABEC;
}
</style>