Shades of Perano #9AAFF9
Tints of Perano #9AAFF9
RGB
CMYK
RGB Variations
Color information
#9AAFF9 (or 0x9AAFF9) is known color: Perano. HEX triplet: 9A, AF and F9. RGB value is (154,175,249). Sum of RGB (Red+Green+Blue) = 154+175+249=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AAFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAFF9 is #655006. Grayscale: #B0B0B0. Windows color (decimal): -6639623 or 16363418. OLE color: 16363418.
HSL color Cylindrical-coordinate representation of color #9AAFF9: hue angle of 226.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AAFF9 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 175 | 249 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.02 |
| HSL | 226.74º | 0.89% | 0.79% | - |
| HSV(B) | 226.74º | 0.38% | 0.98% | - |
| XYZ | 45.76 | 44.37 | 95.78 | - |
| YUV | 177.16 | 168.54 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 249 | 0.38 | 0.30 | 0 | 0.02 | 226.74 | 0.89 | 0.79 |
| Hex | 9A | AF | F9 | 26 | 1E | 0 | 2 | E3 | 59 | 4F |
| Octal | 232 | 257 | 371 | 46 | 36 | 0 | 2 | 343 | 131 | 117 |
| Binary | 10011010 | 10101111 | 11111001 | 100110 | 11110 | 0 | 10 | 11100011 | 1011001 | 1001111 |
Color Harmonies of #9AAFF9
Complementary color
Monochromatic Colors of #9AAFF9
Black with #9AAFF9
Text Example
Text Example
White with #9AAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFF9; }
p { color: rgb(154,175,249); }
H1.HeaderClassName
{
color: #9AAFF9;
}
.AnyTagClassName
{
color: #9AAFF9;
}
</style>
background-color css
<style>
a { background-color: #9AAFF9; }
a { background-color: rgb(154,175,249); }
div.DivClassName
{
background-color: #9AAFF9;
}
.BgClassName
{
background-color: #9AAFF9;
}
</style>
border-color css
<style>
span { border-color: #9AAFF9; }
span { border-color: rgb(154,175,249); }
td.TdClassName
{
border-color: #9AAFF9;
}
.TagClassName
{
border-color: #9AAFF9;
}
</style>