Shades of Perano #9EAEF8
Tints of Perano #9EAEF8
RGB
CMYK
RGB Variations
Color information
#9EAEF8 (or 0x9EAEF8) is known color: Perano. HEX triplet: 9E, AE and F8. RGB value is (158,174,248). Sum of RGB (Red+Green+Blue) = 158+174+248=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #9EAEF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAEF8 is #615107. Grayscale: #B1B1B1. Windows color (decimal): -6377736 or 16297630. OLE color: 16297630.
HSL color Cylindrical-coordinate representation of color #9EAEF8: hue angle of 229.33º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EAEF8 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 174 | 248 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.03 |
| HSL | 229.33º | 0.87% | 0.8% | - |
| HSV(B) | 229.33º | 0.36% | 0.97% | - |
| XYZ | 46.18 | 44.32 | 94.93 | - |
| YUV | 177.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 174 | 248 | 0.36 | 0.30 | 0 | 0.03 | 229.33 | 0.87 | 0.8 |
| Hex | 9E | AE | F8 | 24 | 1E | 0 | 3 | E5 | 57 | 50 |
| Octal | 236 | 256 | 370 | 44 | 36 | 0 | 3 | 345 | 127 | 120 |
| Binary | 10011110 | 10101110 | 11111000 | 100100 | 11110 | 0 | 11 | 11100101 | 1010111 | 1010000 |
Color Harmonies of #9EAEF8
Complementary color
Monochromatic Colors of #9EAEF8
Black with #9EAEF8
Text Example
Text Example
White with #9EAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAEF8; }
p { color: rgb(158,174,248); }
H1.HeaderClassName
{
color: #9EAEF8;
}
.AnyTagClassName
{
color: #9EAEF8;
}
</style>
background-color css
<style>
a { background-color: #9EAEF8; }
a { background-color: rgb(158,174,248); }
div.DivClassName
{
background-color: #9EAEF8;
}
.BgClassName
{
background-color: #9EAEF8;
}
</style>
border-color css
<style>
span { border-color: #9EAEF8; }
span { border-color: rgb(158,174,248); }
td.TdClassName
{
border-color: #9EAEF8;
}
.TagClassName
{
border-color: #9EAEF8;
}
</style>