Shades of Perano #9DAFE2
Tints of Perano #9DAFE2
RGB
CMYK
RGB Variations
Color information
#9DAFE2 (or 0x9DAFE2) is known color: Perano. HEX triplet: 9D, AF and E2. RGB value is (157,175,226). Sum of RGB (Red+Green+Blue) = 157+175+226=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 226 - color contains mainly: blue. Hex color #9DAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFE2 is #62501D. Grayscale: #AFAFAF. Windows color (decimal): -6443038 or 14856093. OLE color: 14856093.
HSL color Cylindrical-coordinate representation of color #9DAFE2: hue angle of 224.35º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DAFE2 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 175 | 226 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.11 |
| HSL | 224.35º | 0.54% | 0.75% | - |
| HSV(B) | 224.35º | 0.31% | 0.89% | - |
| XYZ | 42.96 | 43.32 | 78.05 | - |
| YUV | 175.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 226 | 0.31 | 0.23 | 0 | 0.11 | 224.35 | 0.54 | 0.75 |
| Hex | 9D | AF | E2 | 1F | 17 | 0 | B | E0 | 36 | 4B |
| Octal | 235 | 257 | 342 | 37 | 27 | 0 | 13 | 340 | 66 | 113 |
| Binary | 10011101 | 10101111 | 11100010 | 11111 | 10111 | 0 | 1011 | 11100000 | 110110 | 1001011 |
Color Harmonies of #9DAFE2
Complementary color
Monochromatic Colors of #9DAFE2
Black with #9DAFE2
Text Example
Text Example
White with #9DAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFE2; }
p { color: rgb(157,175,226); }
H1.HeaderClassName
{
color: #9DAFE2;
}
.AnyTagClassName
{
color: #9DAFE2;
}
</style>
background-color css
<style>
a { background-color: #9DAFE2; }
a { background-color: rgb(157,175,226); }
div.DivClassName
{
background-color: #9DAFE2;
}
.BgClassName
{
background-color: #9DAFE2;
}
</style>
border-color css
<style>
span { border-color: #9DAFE2; }
span { border-color: rgb(157,175,226); }
td.TdClassName
{
border-color: #9DAFE2;
}
.TagClassName
{
border-color: #9DAFE2;
}
</style>