Shades of Perano #9AAEEB
Tints of Perano #9AAEEB
RGB
CMYK
RGB Variations
Color information
#9AAEEB (or 0x9AAEEB) is known color: Perano. HEX triplet: 9A, AE and EB. RGB value is (154,174,235). Sum of RGB (Red+Green+Blue) = 154+174+235=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAEEB is #655114. Grayscale: #AEAEAE. Windows color (decimal): -6639893 or 15445658. OLE color: 15445658.
HSL color Cylindrical-coordinate representation of color #9AAEEB: hue angle of 225.19º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AAEEB is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 174 | 235 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.08 |
| HSL | 225.19º | 0.67% | 0.76% | - |
| HSV(B) | 225.19º | 0.34% | 0.92% | - |
| XYZ | 43.46 | 43.14 | 84.63 | - |
| YUV | 174.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 235 | 0.34 | 0.26 | 0 | 0.08 | 225.19 | 0.67 | 0.76 |
| Hex | 9A | AE | EB | 22 | 1A | 0 | 8 | E1 | 43 | 4C |
| Octal | 232 | 256 | 353 | 42 | 32 | 0 | 10 | 341 | 103 | 114 |
| Binary | 10011010 | 10101110 | 11101011 | 100010 | 11010 | 0 | 1000 | 11100001 | 1000011 | 1001100 |
Color Harmonies of #9AAEEB
Complementary color
Monochromatic Colors of #9AAEEB
Black with #9AAEEB
Text Example
Text Example
White with #9AAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEEB; }
p { color: rgb(154,174,235); }
H1.HeaderClassName
{
color: #9AAEEB;
}
.AnyTagClassName
{
color: #9AAEEB;
}
</style>
background-color css
<style>
a { background-color: #9AAEEB; }
a { background-color: rgb(154,174,235); }
div.DivClassName
{
background-color: #9AAEEB;
}
.BgClassName
{
background-color: #9AAEEB;
}
</style>
border-color css
<style>
span { border-color: #9AAEEB; }
span { border-color: rgb(154,174,235); }
td.TdClassName
{
border-color: #9AAEEB;
}
.TagClassName
{
border-color: #9AAEEB;
}
</style>