Shades of Perano #90ADFF
Tints of Perano #90ADFF
RGB
CMYK
RGB Variations
Color information
#90ADFF (or 0x90ADFF) is known color: Perano. HEX triplet: 90, AD and FF. RGB value is (144,173,255). Sum of RGB (Red+Green+Blue) = 144+173+255=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #90ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADFF is #6F5200. Grayscale: #ADADAD. Windows color (decimal): -7295489 or 16756112. OLE color: 16756112.
HSL color Cylindrical-coordinate representation of color #90ADFF: hue angle of 224.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90ADFF is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 173 | 255 | - |
| CMYK | 0.44 | 0.32 | 0 | 0 |
| HSL | 224.32º | 1% | 0.78% | - |
| HSV(B) | 224.32º | 0.44% | 1% | - |
| XYZ | 44.5 | 43.04 | 100.57 | - |
| YUV | 173.68 | 173.89 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 255 | 0.44 | 0.32 | 0 | 0 | 224.32 | 1 | 0.78 |
| Hex | 90 | AD | FF | 2C | 20 | 0 | 0 | E0 | 64 | 4E |
| Octal | 220 | 255 | 377 | 54 | 40 | 0 | 0 | 340 | 144 | 116 |
| Binary | 10010000 | 10101101 | 11111111 | 101100 | 100000 | 0 | 0 | 11100000 | 1100100 | 1001110 |
Color Harmonies of #90ADFF
Complementary color
Monochromatic Colors of #90ADFF
Black with #90ADFF
Text Example
Text Example
White with #90ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADFF; }
p { color: rgb(144,173,255); }
H1.HeaderClassName
{
color: #90ADFF;
}
.AnyTagClassName
{
color: #90ADFF;
}
</style>
background-color css
<style>
a { background-color: #90ADFF; }
a { background-color: rgb(144,173,255); }
div.DivClassName
{
background-color: #90ADFF;
}
.BgClassName
{
background-color: #90ADFF;
}
</style>
border-color css
<style>
span { border-color: #90ADFF; }
span { border-color: rgb(144,173,255); }
td.TdClassName
{
border-color: #90ADFF;
}
.TagClassName
{
border-color: #90ADFF;
}
</style>