Shades of Perano #9AAEE6
Tints of Perano #9AAEE6
RGB
CMYK
RGB Variations
Color information
#9AAEE6 (or 0x9AAEE6) is known color: Perano. HEX triplet: 9A, AE and E6. RGB value is (154,174,230). Sum of RGB (Red+Green+Blue) = 154+174+230=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #9AAEE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAEE6 is #655119. Grayscale: #AEAEAE. Windows color (decimal): -6639898 or 15117978. OLE color: 15117978.
HSL color Cylindrical-coordinate representation of color #9AAEE6: hue angle of 224.21º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AAEE6 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 174 | 230 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.10 |
| HSL | 224.21º | 0.6% | 0.75% | - |
| HSV(B) | 224.21º | 0.33% | 0.9% | - |
| XYZ | 42.75 | 42.86 | 80.88 | - |
| YUV | 174.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 230 | 0.33 | 0.24 | 0 | 0.10 | 224.21 | 0.6 | 0.75 |
| Hex | 9A | AE | E6 | 21 | 18 | 0 | A | E0 | 3C | 4B |
| Octal | 232 | 256 | 346 | 41 | 30 | 0 | 12 | 340 | 74 | 113 |
| Binary | 10011010 | 10101110 | 11100110 | 100001 | 11000 | 0 | 1010 | 11100000 | 111100 | 1001011 |
Color Harmonies of #9AAEE6
Complementary color
Monochromatic Colors of #9AAEE6
Black with #9AAEE6
Text Example
Text Example
White with #9AAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEE6; }
p { color: rgb(154,174,230); }
H1.HeaderClassName
{
color: #9AAEE6;
}
.AnyTagClassName
{
color: #9AAEE6;
}
</style>
background-color css
<style>
a { background-color: #9AAEE6; }
a { background-color: rgb(154,174,230); }
div.DivClassName
{
background-color: #9AAEE6;
}
.BgClassName
{
background-color: #9AAEE6;
}
</style>
border-color css
<style>
span { border-color: #9AAEE6; }
span { border-color: rgb(154,174,230); }
td.TdClassName
{
border-color: #9AAEE6;
}
.TagClassName
{
border-color: #9AAEE6;
}
</style>