Shades of Perano #9EAFFF
Tints of Perano #9EAFFF
RGB
CMYK
RGB Variations
Color information
#9EAFFF (or 0x9EAFFF) is known color: Perano. HEX triplet: 9E, AF and FF. RGB value is (158,175,255). Sum of RGB (Red+Green+Blue) = 158+175+255=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EAFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAFFF is #615000. Grayscale: #B2B2B2. Windows color (decimal): -6377473 or 16756638. OLE color: 16756638.
HSL color Cylindrical-coordinate representation of color #9EAFFF: hue angle of 229.48º 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 #9EAFFF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 175 | 255 | - |
| CMYK | 0.38 | 0.31 | 0 | 0 |
| HSL | 229.48º | 1% | 0.81% | - |
| HSV(B) | 229.48º | 0.38% | 1% | - |
| XYZ | 47.48 | 45.15 | 100.82 | - |
| YUV | 179.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 255 | 0.38 | 0.31 | 0 | 0 | 229.48 | 1 | 0.81 |
| Hex | 9E | AF | FF | 26 | 1F | 0 | 0 | E5 | 64 | 51 |
| Octal | 236 | 257 | 377 | 46 | 37 | 0 | 0 | 345 | 144 | 121 |
| Binary | 10011110 | 10101111 | 11111111 | 100110 | 11111 | 0 | 0 | 11100101 | 1100100 | 1010001 |
Color Harmonies of #9EAFFF
Complementary color
Monochromatic Colors of #9EAFFF
Black with #9EAFFF
Text Example
Text Example
White with #9EAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAFFF; }
p { color: rgb(158,175,255); }
H1.HeaderClassName
{
color: #9EAFFF;
}
.AnyTagClassName
{
color: #9EAFFF;
}
</style>
background-color css
<style>
a { background-color: #9EAFFF; }
a { background-color: rgb(158,175,255); }
div.DivClassName
{
background-color: #9EAFFF;
}
.BgClassName
{
background-color: #9EAFFF;
}
</style>
border-color css
<style>
span { border-color: #9EAFFF; }
span { border-color: rgb(158,175,255); }
td.TdClassName
{
border-color: #9EAFFF;
}
.TagClassName
{
border-color: #9EAFFF;
}
</style>