Shades of Perano #90ADF9
Tints of Perano #90ADF9
RGB
CMYK
RGB Variations
Color information
#90ADF9 (or 0x90ADF9) is known color: Perano. HEX triplet: 90, AD and F9. RGB value is (144,173,249). Sum of RGB (Red+Green+Blue) = 144+173+249=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #90ADF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADF9 is #6F5206. Grayscale: #ACACAC. Windows color (decimal): -7295495 or 16362896. OLE color: 16362896.
HSL color Cylindrical-coordinate representation of color #90ADF9: hue angle of 223.43º 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 #90ADF9 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 173 | 249 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.02 |
| HSL | 223.43º | 0.9% | 0.77% | - |
| HSV(B) | 223.43º | 0.42% | 0.98% | - |
| XYZ | 43.54 | 42.66 | 95.56 | - |
| YUV | 172.99 | 170.89 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 249 | 0.42 | 0.31 | 0 | 0.02 | 223.43 | 0.9 | 0.77 |
| Hex | 90 | AD | F9 | 2A | 1F | 0 | 2 | DF | 5A | 4D |
| Octal | 220 | 255 | 371 | 52 | 37 | 0 | 2 | 337 | 132 | 115 |
| Binary | 10010000 | 10101101 | 11111001 | 101010 | 11111 | 0 | 10 | 11011111 | 1011010 | 1001101 |
Color Harmonies of #90ADF9
Complementary color
Monochromatic Colors of #90ADF9
Black with #90ADF9
Text Example
Text Example
White with #90ADF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADF9; }
p { color: rgb(144,173,249); }
H1.HeaderClassName
{
color: #90ADF9;
}
.AnyTagClassName
{
color: #90ADF9;
}
</style>
background-color css
<style>
a { background-color: #90ADF9; }
a { background-color: rgb(144,173,249); }
div.DivClassName
{
background-color: #90ADF9;
}
.BgClassName
{
background-color: #90ADF9;
}
</style>
border-color css
<style>
span { border-color: #90ADF9; }
span { border-color: rgb(144,173,249); }
td.TdClassName
{
border-color: #90ADF9;
}
.TagClassName
{
border-color: #90ADF9;
}
</style>