Shades of Perano #9DAAEF
Tints of Perano #9DAAEF
RGB
CMYK
RGB Variations
Color information
#9DAAEF (or 0x9DAAEF) is known color: Perano. HEX triplet: 9D, AA and EF. RGB value is (157,170,239). Sum of RGB (Red+Green+Blue) = 157+170+239=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DAAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAAEF is #625510. Grayscale: #ADADAD. Windows color (decimal): -6444305 or 15706781. OLE color: 15706781.
HSL color Cylindrical-coordinate representation of color #9DAAEF: hue angle of 230.49º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DAAEF is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 170 | 239 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.06 |
| HSL | 230.49º | 0.72% | 0.78% | - |
| HSV(B) | 230.49º | 0.34% | 0.94% | - |
| XYZ | 43.86 | 42.15 | 87.49 | - |
| YUV | 173.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 239 | 0.34 | 0.29 | 0 | 0.06 | 230.49 | 0.72 | 0.78 |
| Hex | 9D | AA | EF | 22 | 1D | 0 | 6 | E6 | 48 | 4E |
| Octal | 235 | 252 | 357 | 42 | 35 | 0 | 6 | 346 | 110 | 116 |
| Binary | 10011101 | 10101010 | 11101111 | 100010 | 11101 | 0 | 110 | 11100110 | 1001000 | 1001110 |
Color Harmonies of #9DAAEF
Complementary color
Monochromatic Colors of #9DAAEF
Black with #9DAAEF
Text Example
Text Example
White with #9DAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAAEF; }
p { color: rgb(157,170,239); }
H1.HeaderClassName
{
color: #9DAAEF;
}
.AnyTagClassName
{
color: #9DAAEF;
}
</style>
background-color css
<style>
a { background-color: #9DAAEF; }
a { background-color: rgb(157,170,239); }
div.DivClassName
{
background-color: #9DAAEF;
}
.BgClassName
{
background-color: #9DAAEF;
}
</style>
border-color css
<style>
span { border-color: #9DAAEF; }
span { border-color: rgb(157,170,239); }
td.TdClassName
{
border-color: #9DAAEF;
}
.TagClassName
{
border-color: #9DAAEF;
}
</style>