Shades of Perano #9DAFE0
Tints of Perano #9DAFE0
RGB
CMYK
RGB Variations
Color information
#9DAFE0 (or 0x9DAFE0) is known color: Perano. HEX triplet: 9D, AF and E0. RGB value is (157,175,224). Sum of RGB (Red+Green+Blue) = 157+175+224=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFE0 is #62501F. Grayscale: #AEAEAE. Windows color (decimal): -6443040 or 14725021. OLE color: 14725021.
HSL color Cylindrical-coordinate representation of color #9DAFE0: hue angle of 223.88º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DAFE0 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 175 | 224 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.12 |
| HSL | 223.88º | 0.52% | 0.75% | - |
| HSV(B) | 223.88º | 0.3% | 0.88% | - |
| XYZ | 42.69 | 43.21 | 76.61 | - |
| YUV | 175.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 224 | 0.30 | 0.22 | 0 | 0.12 | 223.88 | 0.52 | 0.75 |
| Hex | 9D | AF | E0 | 1E | 16 | 0 | C | E0 | 34 | 4B |
| Octal | 235 | 257 | 340 | 36 | 26 | 0 | 14 | 340 | 64 | 113 |
| Binary | 10011101 | 10101111 | 11100000 | 11110 | 10110 | 0 | 1100 | 11100000 | 110100 | 1001011 |
Color Harmonies of #9DAFE0
Complementary color
Monochromatic Colors of #9DAFE0
Black with #9DAFE0
Text Example
Text Example
White with #9DAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFE0; }
p { color: rgb(157,175,224); }
H1.HeaderClassName
{
color: #9DAFE0;
}
.AnyTagClassName
{
color: #9DAFE0;
}
</style>
background-color css
<style>
a { background-color: #9DAFE0; }
a { background-color: rgb(157,175,224); }
div.DivClassName
{
background-color: #9DAFE0;
}
.BgClassName
{
background-color: #9DAFE0;
}
</style>
border-color css
<style>
span { border-color: #9DAFE0; }
span { border-color: rgb(157,175,224); }
td.TdClassName
{
border-color: #9DAFE0;
}
.TagClassName
{
border-color: #9DAFE0;
}
</style>