Shades of Perano #90AAF9
Tints of Perano #90AAF9
RGB
CMYK
RGB Variations
Color information
#90AAF9 (or 0x90AAF9) is known color: Perano. HEX triplet: 90, AA and F9. RGB value is (144,170,249). Sum of RGB (Red+Green+Blue) = 144+170+249=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #90AAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AAF9 is #6F5506. Grayscale: #AAAAAA. Windows color (decimal): -7296263 or 16362128. OLE color: 16362128.
HSL color Cylindrical-coordinate representation of color #90AAF9: hue angle of 225.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90AAF9 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 170 | 249 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.02 |
| HSL | 225.14º | 0.9% | 0.77% | - |
| HSV(B) | 225.14º | 0.42% | 0.98% | - |
| XYZ | 42.98 | 41.52 | 95.37 | - |
| YUV | 171.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 249 | 0.42 | 0.32 | 0 | 0.02 | 225.14 | 0.9 | 0.77 |
| Hex | 90 | AA | F9 | 2A | 20 | 0 | 2 | E1 | 5A | 4D |
| Octal | 220 | 252 | 371 | 52 | 40 | 0 | 2 | 341 | 132 | 115 |
| Binary | 10010000 | 10101010 | 11111001 | 101010 | 100000 | 0 | 10 | 11100001 | 1011010 | 1001101 |
Color Harmonies of #90AAF9
Complementary color
Monochromatic Colors of #90AAF9
Black with #90AAF9
Text Example
Text Example
White with #90AAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAF9; }
p { color: rgb(144,170,249); }
H1.HeaderClassName
{
color: #90AAF9;
}
.AnyTagClassName
{
color: #90AAF9;
}
</style>
background-color css
<style>
a { background-color: #90AAF9; }
a { background-color: rgb(144,170,249); }
div.DivClassName
{
background-color: #90AAF9;
}
.BgClassName
{
background-color: #90AAF9;
}
</style>
border-color css
<style>
span { border-color: #90AAF9; }
span { border-color: rgb(144,170,249); }
td.TdClassName
{
border-color: #90AAF9;
}
.TagClassName
{
border-color: #90AAF9;
}
</style>