Shades of Perano #9EADED
Tints of Perano #9EADED
RGB
CMYK
RGB Variations
Color information
#9EADED (or 0x9EADED) is known color: Perano. HEX triplet: 9E, AD and ED. RGB value is (158,173,237). Sum of RGB (Red+Green+Blue) = 158+173+237=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADED is #615212. Grayscale: #AFAFAF. Windows color (decimal): -6378003 or 15576478. OLE color: 15576478.
HSL color Cylindrical-coordinate representation of color #9EADED: hue angle of 228.61º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EADED is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 173 | 237 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.07 |
| HSL | 228.61º | 0.69% | 0.77% | - |
| HSV(B) | 228.61º | 0.33% | 0.93% | - |
| XYZ | 44.33 | 43.27 | 86.14 | - |
| YUV | 175.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 237 | 0.33 | 0.27 | 0 | 0.07 | 228.61 | 0.69 | 0.77 |
| Hex | 9E | AD | ED | 21 | 1B | 0 | 7 | E5 | 45 | 4D |
| Octal | 236 | 255 | 355 | 41 | 33 | 0 | 7 | 345 | 105 | 115 |
| Binary | 10011110 | 10101101 | 11101101 | 100001 | 11011 | 0 | 111 | 11100101 | 1000101 | 1001101 |
Color Harmonies of #9EADED
Complementary color
Monochromatic Colors of #9EADED
Black with #9EADED
Text Example
Text Example
White with #9EADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADED; }
p { color: rgb(158,173,237); }
H1.HeaderClassName
{
color: #9EADED;
}
.AnyTagClassName
{
color: #9EADED;
}
</style>
background-color css
<style>
a { background-color: #9EADED; }
a { background-color: rgb(158,173,237); }
div.DivClassName
{
background-color: #9EADED;
}
.BgClassName
{
background-color: #9EADED;
}
</style>
border-color css
<style>
span { border-color: #9EADED; }
span { border-color: rgb(158,173,237); }
td.TdClassName
{
border-color: #9EADED;
}
.TagClassName
{
border-color: #9EADED;
}
</style>