Shades of Perano #90ADFC
Tints of Perano #90ADFC
RGB
CMYK
RGB Variations
Color information
#90ADFC (or 0x90ADFC) is known color: Perano. HEX triplet: 90, AD and FC. RGB value is (144,173,252). Sum of RGB (Red+Green+Blue) = 144+173+252=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #90ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADFC is #6F5203. Grayscale: #ACACAC. Windows color (decimal): -7295492 or 16559504. OLE color: 16559504.
HSL color Cylindrical-coordinate representation of color #90ADFC: hue angle of 223.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90ADFC is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 173 | 252 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.01 |
| HSL | 223.89º | 0.95% | 0.78% | - |
| HSV(B) | 223.89º | 0.43% | 0.99% | - |
| XYZ | 44.02 | 42.84 | 98.05 | - |
| YUV | 173.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 252 | 0.43 | 0.31 | 0 | 0.01 | 223.89 | 0.95 | 0.78 |
| Hex | 90 | AD | FC | 2B | 1F | 0 | 1 | E0 | 5F | 4E |
| Octal | 220 | 255 | 374 | 53 | 37 | 0 | 1 | 340 | 137 | 116 |
| Binary | 10010000 | 10101101 | 11111100 | 101011 | 11111 | 0 | 1 | 11100000 | 1011111 | 1001110 |
Color Harmonies of #90ADFC
Complementary color
Monochromatic Colors of #90ADFC
Black with #90ADFC
Text Example
Text Example
White with #90ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADFC; }
p { color: rgb(144,173,252); }
H1.HeaderClassName
{
color: #90ADFC;
}
.AnyTagClassName
{
color: #90ADFC;
}
</style>
background-color css
<style>
a { background-color: #90ADFC; }
a { background-color: rgb(144,173,252); }
div.DivClassName
{
background-color: #90ADFC;
}
.BgClassName
{
background-color: #90ADFC;
}
</style>
border-color css
<style>
span { border-color: #90ADFC; }
span { border-color: rgb(144,173,252); }
td.TdClassName
{
border-color: #90ADFC;
}
.TagClassName
{
border-color: #90ADFC;
}
</style>