Shades of Perano #90ABFC
Tints of Perano #90ABFC
RGB
CMYK
RGB Variations
Color information
#90ABFC (or 0x90ABFC) is known color: Perano. HEX triplet: 90, AB and FC. RGB value is (144,171,252). Sum of RGB (Red+Green+Blue) = 144+171+252=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #90ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABFC is #6F5403. Grayscale: #ABABAB. Windows color (decimal): -7296004 or 16558992. OLE color: 16558992.
HSL color Cylindrical-coordinate representation of color #90ABFC: hue angle of 225º 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 #90ABFC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 171 | 252 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.01 |
| HSL | 225º | 0.95% | 0.78% | - |
| HSV(B) | 225º | 0.43% | 0.99% | - |
| XYZ | 43.64 | 42.08 | 97.92 | - |
| YUV | 172.16 | 173.05 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 252 | 0.43 | 0.32 | 0 | 0.01 | 225 | 0.95 | 0.78 |
| Hex | 90 | AB | FC | 2B | 20 | 0 | 1 | E1 | 5F | 4E |
| Octal | 220 | 253 | 374 | 53 | 40 | 0 | 1 | 341 | 137 | 116 |
| Binary | 10010000 | 10101011 | 11111100 | 101011 | 100000 | 0 | 1 | 11100001 | 1011111 | 1001110 |
Color Harmonies of #90ABFC
Complementary color
Monochromatic Colors of #90ABFC
Black with #90ABFC
Text Example
Text Example
White with #90ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABFC; }
p { color: rgb(144,171,252); }
H1.HeaderClassName
{
color: #90ABFC;
}
.AnyTagClassName
{
color: #90ABFC;
}
</style>
background-color css
<style>
a { background-color: #90ABFC; }
a { background-color: rgb(144,171,252); }
div.DivClassName
{
background-color: #90ABFC;
}
.BgClassName
{
background-color: #90ABFC;
}
</style>
border-color css
<style>
span { border-color: #90ABFC; }
span { border-color: rgb(144,171,252); }
td.TdClassName
{
border-color: #90ABFC;
}
.TagClassName
{
border-color: #90ABFC;
}
</style>