Shades of Perano #9DAEFF
Tints of Perano #9DAEFF
RGB
CMYK
RGB Variations
Color information
#9DAEFF (or 0x9DAEFF) is known color: Perano. HEX triplet: 9D, AE and FF. RGB value is (157,174,255). Sum of RGB (Red+Green+Blue) = 157+174+255=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAEFF is #625100. Grayscale: #B1B1B1. Windows color (decimal): -6443265 or 16756381. OLE color: 16756381.
HSL color Cylindrical-coordinate representation of color #9DAEFF: hue angle of 229.59º 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 #9DAEFF is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 174 | 255 | - |
| CMYK | 0.38 | 0.32 | 0 | 0 |
| HSL | 229.59º | 1% | 0.81% | - |
| HSV(B) | 229.59º | 0.38% | 1% | - |
| XYZ | 47.09 | 44.66 | 100.75 | - |
| YUV | 178.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 255 | 0.38 | 0.32 | 0 | 0 | 229.59 | 1 | 0.81 |
| Hex | 9D | AE | FF | 26 | 20 | 0 | 0 | E6 | 64 | 51 |
| Octal | 235 | 256 | 377 | 46 | 40 | 0 | 0 | 346 | 144 | 121 |
| Binary | 10011101 | 10101110 | 11111111 | 100110 | 100000 | 0 | 0 | 11100110 | 1100100 | 1010001 |
Color Harmonies of #9DAEFF
Complementary color
Monochromatic Colors of #9DAEFF
Black with #9DAEFF
Text Example
Text Example
White with #9DAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAEFF; }
p { color: rgb(157,174,255); }
H1.HeaderClassName
{
color: #9DAEFF;
}
.AnyTagClassName
{
color: #9DAEFF;
}
</style>
background-color css
<style>
a { background-color: #9DAEFF; }
a { background-color: rgb(157,174,255); }
div.DivClassName
{
background-color: #9DAEFF;
}
.BgClassName
{
background-color: #9DAEFF;
}
</style>
border-color css
<style>
span { border-color: #9DAEFF; }
span { border-color: rgb(157,174,255); }
td.TdClassName
{
border-color: #9DAEFF;
}
.TagClassName
{
border-color: #9DAEFF;
}
</style>