Shades of Perano #9DAEEA
Tints of Perano #9DAEEA
RGB
CMYK
RGB Variations
Color information
#9DAEEA (or 0x9DAEEA) is known color: Perano. HEX triplet: 9D, AE and EA. RGB value is (157,174,234). Sum of RGB (Red+Green+Blue) = 157+174+234=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAEEA is #625115. Grayscale: #AFAFAF. Windows color (decimal): -6443286 or 15380125. OLE color: 15380125.
HSL color Cylindrical-coordinate representation of color #9DAEEA: hue angle of 226.75º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DAEEA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 174 | 234 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.08 |
| HSL | 226.75º | 0.65% | 0.77% | - |
| HSV(B) | 226.75º | 0.33% | 0.92% | - |
| XYZ | 43.89 | 43.38 | 83.9 | - |
| YUV | 175.76 | 160.87 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 234 | 0.33 | 0.26 | 0 | 0.08 | 226.75 | 0.65 | 0.77 |
| Hex | 9D | AE | EA | 21 | 1A | 0 | 8 | E3 | 41 | 4D |
| Octal | 235 | 256 | 352 | 41 | 32 | 0 | 10 | 343 | 101 | 115 |
| Binary | 10011101 | 10101110 | 11101010 | 100001 | 11010 | 0 | 1000 | 11100011 | 1000001 | 1001101 |
Color Harmonies of #9DAEEA
Complementary color
Monochromatic Colors of #9DAEEA
Black with #9DAEEA
Text Example
Text Example
White with #9DAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAEEA; }
p { color: rgb(157,174,234); }
H1.HeaderClassName
{
color: #9DAEEA;
}
.AnyTagClassName
{
color: #9DAEEA;
}
</style>
background-color css
<style>
a { background-color: #9DAEEA; }
a { background-color: rgb(157,174,234); }
div.DivClassName
{
background-color: #9DAEEA;
}
.BgClassName
{
background-color: #9DAEEA;
}
</style>
border-color css
<style>
span { border-color: #9DAEEA; }
span { border-color: rgb(157,174,234); }
td.TdClassName
{
border-color: #9DAEEA;
}
.TagClassName
{
border-color: #9DAEEA;
}
</style>