Shades of Perano #9EAFEC
Tints of Perano #9EAFEC
RGB
CMYK
RGB Variations
Color information
#9EAFEC (or 0x9EAFEC) is known color: Perano. HEX triplet: 9E, AF and EC. RGB value is (158,175,236). Sum of RGB (Red+Green+Blue) = 158+175+236=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAFEC is #615013. Grayscale: #B0B0B0. Windows color (decimal): -6377492 or 15511454. OLE color: 15511454.
HSL color Cylindrical-coordinate representation of color #9EAFEC: hue angle of 226.92º degrees, saturation: 0.67, 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 #9EAFEC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 175 | 236 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.07 |
| HSL | 226.92º | 0.67% | 0.77% | - |
| HSV(B) | 226.92º | 0.33% | 0.93% | - |
| XYZ | 44.57 | 43.99 | 85.5 | - |
| YUV | 176.87 | 161.37 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 236 | 0.33 | 0.26 | 0 | 0.07 | 226.92 | 0.67 | 0.77 |
| Hex | 9E | AF | EC | 21 | 1A | 0 | 7 | E3 | 43 | 4D |
| Octal | 236 | 257 | 354 | 41 | 32 | 0 | 7 | 343 | 103 | 115 |
| Binary | 10011110 | 10101111 | 11101100 | 100001 | 11010 | 0 | 111 | 11100011 | 1000011 | 1001101 |
Color Harmonies of #9EAFEC
Complementary color
Monochromatic Colors of #9EAFEC
Black with #9EAFEC
Text Example
Text Example
White with #9EAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAFEC; }
p { color: rgb(158,175,236); }
H1.HeaderClassName
{
color: #9EAFEC;
}
.AnyTagClassName
{
color: #9EAFEC;
}
</style>
background-color css
<style>
a { background-color: #9EAFEC; }
a { background-color: rgb(158,175,236); }
div.DivClassName
{
background-color: #9EAFEC;
}
.BgClassName
{
background-color: #9EAFEC;
}
</style>
border-color css
<style>
span { border-color: #9EAFEC; }
span { border-color: rgb(158,175,236); }
td.TdClassName
{
border-color: #9EAFEC;
}
.TagClassName
{
border-color: #9EAFEC;
}
</style>