Shades of Perano #9AADEF
Tints of Perano #9AADEF
RGB
CMYK
RGB Variations
Color information
#9AADEF (or 0x9AADEF) is known color: Perano. HEX triplet: 9A, AD and EF. RGB value is (154,173,239). Sum of RGB (Red+Green+Blue) = 154+173+239=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADEF is #655210. Grayscale: #AEAEAE. Windows color (decimal): -6640145 or 15707546. OLE color: 15707546.
HSL color Cylindrical-coordinate representation of color #9AADEF: hue angle of 226.59º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AADEF is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 173 | 239 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.06 |
| HSL | 226.59º | 0.73% | 0.77% | - |
| HSV(B) | 226.59º | 0.36% | 0.94% | - |
| XYZ | 43.85 | 42.99 | 87.65 | - |
| YUV | 174.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 239 | 0.36 | 0.28 | 0 | 0.06 | 226.59 | 0.73 | 0.77 |
| Hex | 9A | AD | EF | 24 | 1C | 0 | 6 | E3 | 49 | 4D |
| Octal | 232 | 255 | 357 | 44 | 34 | 0 | 6 | 343 | 111 | 115 |
| Binary | 10011010 | 10101101 | 11101111 | 100100 | 11100 | 0 | 110 | 11100011 | 1001001 | 1001101 |
Color Harmonies of #9AADEF
Complementary color
Monochromatic Colors of #9AADEF
Black with #9AADEF
Text Example
Text Example
White with #9AADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADEF; }
p { color: rgb(154,173,239); }
H1.HeaderClassName
{
color: #9AADEF;
}
.AnyTagClassName
{
color: #9AADEF;
}
</style>
background-color css
<style>
a { background-color: #9AADEF; }
a { background-color: rgb(154,173,239); }
div.DivClassName
{
background-color: #9AADEF;
}
.BgClassName
{
background-color: #9AADEF;
}
</style>
border-color css
<style>
span { border-color: #9AADEF; }
span { border-color: rgb(154,173,239); }
td.TdClassName
{
border-color: #9AADEF;
}
.TagClassName
{
border-color: #9AADEF;
}
</style>