Shades of Perano #9AAEFD
Tints of Perano #9AAEFD
RGB
CMYK
RGB Variations
Color information
#9AAEFD (or 0x9AAEFD) is known color: Perano. HEX triplet: 9A, AE and FD. RGB value is (154,174,253). Sum of RGB (Red+Green+Blue) = 154+174+253=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAEFD is #655102. Grayscale: #B0B0B0. Windows color (decimal): -6639875 or 16625306. OLE color: 16625306.
HSL color Cylindrical-coordinate representation of color #9AAEFD: hue angle of 227.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AAEFD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 174 | 253 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.01 |
| HSL | 227.88º | 0.96% | 0.8% | - |
| HSV(B) | 227.88º | 0.39% | 0.99% | - |
| XYZ | 46.19 | 44.23 | 99.03 | - |
| YUV | 177.03 | 170.87 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 253 | 0.39 | 0.31 | 0 | 0.01 | 227.88 | 0.96 | 0.8 |
| Hex | 9A | AE | FD | 27 | 1F | 0 | 1 | E4 | 60 | 50 |
| Octal | 232 | 256 | 375 | 47 | 37 | 0 | 1 | 344 | 140 | 120 |
| Binary | 10011010 | 10101110 | 11111101 | 100111 | 11111 | 0 | 1 | 11100100 | 1100000 | 1010000 |
Color Harmonies of #9AAEFD
Complementary color
Monochromatic Colors of #9AAEFD
Black with #9AAEFD
Text Example
Text Example
White with #9AAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEFD; }
p { color: rgb(154,174,253); }
H1.HeaderClassName
{
color: #9AAEFD;
}
.AnyTagClassName
{
color: #9AAEFD;
}
</style>
background-color css
<style>
a { background-color: #9AAEFD; }
a { background-color: rgb(154,174,253); }
div.DivClassName
{
background-color: #9AAEFD;
}
.BgClassName
{
background-color: #9AAEFD;
}
</style>
border-color css
<style>
span { border-color: #9AAEFD; }
span { border-color: rgb(154,174,253); }
td.TdClassName
{
border-color: #9AAEFD;
}
.TagClassName
{
border-color: #9AAEFD;
}
</style>