Shades of Perano #9AADE6
Tints of Perano #9AADE6
RGB
CMYK
RGB Variations
Color information
#9AADE6 (or 0x9AADE6) is known color: Perano. HEX triplet: 9A, AD and E6. RGB value is (154,173,230). Sum of RGB (Red+Green+Blue) = 154+173+230=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #9AADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADE6 is #655219. Grayscale: #ADADAD. Windows color (decimal): -6640154 or 15117722. OLE color: 15117722.
HSL color Cylindrical-coordinate representation of color #9AADE6: hue angle of 225º 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 #9AADE6 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 173 | 230 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.10 |
| HSL | 225º | 0.6% | 0.75% | - |
| HSV(B) | 225º | 0.33% | 0.9% | - |
| XYZ | 42.55 | 42.47 | 80.82 | - |
| YUV | 173.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 230 | 0.33 | 0.25 | 0 | 0.10 | 225 | 0.6 | 0.75 |
| Hex | 9A | AD | E6 | 21 | 19 | 0 | A | E1 | 3C | 4B |
| Octal | 232 | 255 | 346 | 41 | 31 | 0 | 12 | 341 | 74 | 113 |
| Binary | 10011010 | 10101101 | 11100110 | 100001 | 11001 | 0 | 1010 | 11100001 | 111100 | 1001011 |
Color Harmonies of #9AADE6
Complementary color
Monochromatic Colors of #9AADE6
Black with #9AADE6
Text Example
Text Example
White with #9AADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADE6; }
p { color: rgb(154,173,230); }
H1.HeaderClassName
{
color: #9AADE6;
}
.AnyTagClassName
{
color: #9AADE6;
}
</style>
background-color css
<style>
a { background-color: #9AADE6; }
a { background-color: rgb(154,173,230); }
div.DivClassName
{
background-color: #9AADE6;
}
.BgClassName
{
background-color: #9AADE6;
}
</style>
border-color css
<style>
span { border-color: #9AADE6; }
span { border-color: rgb(154,173,230); }
td.TdClassName
{
border-color: #9AADE6;
}
.TagClassName
{
border-color: #9AADE6;
}
</style>