Shades of Perano #9DAAFF
Tints of Perano #9DAAFF
RGB
CMYK
RGB Variations
Color information
#9DAAFF (or 0x9DAAFF) is known color: Perano. HEX triplet: 9D, AA and FF. RGB value is (157,170,255). Sum of RGB (Red+Green+Blue) = 157+170+255=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAAFF is #625500. Grayscale: #AFAFAF. Windows color (decimal): -6444289 or 16755357. OLE color: 16755357.
HSL color Cylindrical-coordinate representation of color #9DAAFF: hue angle of 232.04º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DAAFF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 170 | 255 | - |
| CMYK | 0.38 | 0.33 | 0 | 0 |
| HSL | 232.04º | 1% | 0.81% | - |
| HSV(B) | 232.04º | 0.38% | 1% | - |
| XYZ | 46.33 | 43.14 | 100.49 | - |
| YUV | 175.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 255 | 0.38 | 0.33 | 0 | 0 | 232.04 | 1 | 0.81 |
| Hex | 9D | AA | FF | 26 | 21 | 0 | 0 | E8 | 64 | 51 |
| Octal | 235 | 252 | 377 | 46 | 41 | 0 | 0 | 350 | 144 | 121 |
| Binary | 10011101 | 10101010 | 11111111 | 100110 | 100001 | 0 | 0 | 11101000 | 1100100 | 1010001 |
Color Harmonies of #9DAAFF
Complementary color
Monochromatic Colors of #9DAAFF
Black with #9DAAFF
Text Example
Text Example
White with #9DAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAAFF; }
p { color: rgb(157,170,255); }
H1.HeaderClassName
{
color: #9DAAFF;
}
.AnyTagClassName
{
color: #9DAAFF;
}
</style>
background-color css
<style>
a { background-color: #9DAAFF; }
a { background-color: rgb(157,170,255); }
div.DivClassName
{
background-color: #9DAAFF;
}
.BgClassName
{
background-color: #9DAAFF;
}
</style>
border-color css
<style>
span { border-color: #9DAAFF; }
span { border-color: rgb(157,170,255); }
td.TdClassName
{
border-color: #9DAAFF;
}
.TagClassName
{
border-color: #9DAAFF;
}
</style>