Shades of Perano #90ABFD
Tints of Perano #90ABFD
RGB
CMYK
RGB Variations
Color information
#90ABFD (or 0x90ABFD) is known color: Perano. HEX triplet: 90, AB and FD. RGB value is (144,171,253). Sum of RGB (Red+Green+Blue) = 144+171+253=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #90ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABFD is #6F5402. Grayscale: #ABABAB. Windows color (decimal): -7296003 or 16624528. OLE color: 16624528.
HSL color Cylindrical-coordinate representation of color #90ABFD: hue angle of 225.14º degrees, saturation: 0.96, 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 #90ABFD is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 171 | 253 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.01 |
| HSL | 225.14º | 0.96% | 0.78% | - |
| HSV(B) | 225.14º | 0.43% | 0.99% | - |
| XYZ | 43.79 | 42.15 | 98.76 | - |
| YUV | 172.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 253 | 0.43 | 0.32 | 0 | 0.01 | 225.14 | 0.96 | 0.78 |
| Hex | 90 | AB | FD | 2B | 20 | 0 | 1 | E1 | 60 | 4E |
| Octal | 220 | 253 | 375 | 53 | 40 | 0 | 1 | 341 | 140 | 116 |
| Binary | 10010000 | 10101011 | 11111101 | 101011 | 100000 | 0 | 1 | 11100001 | 1100000 | 1001110 |
Color Harmonies of #90ABFD
Complementary color
Monochromatic Colors of #90ABFD
Black with #90ABFD
Text Example
Text Example
White with #90ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABFD; }
p { color: rgb(144,171,253); }
H1.HeaderClassName
{
color: #90ABFD;
}
.AnyTagClassName
{
color: #90ABFD;
}
</style>
background-color css
<style>
a { background-color: #90ABFD; }
a { background-color: rgb(144,171,253); }
div.DivClassName
{
background-color: #90ABFD;
}
.BgClassName
{
background-color: #90ABFD;
}
</style>
border-color css
<style>
span { border-color: #90ABFD; }
span { border-color: rgb(144,171,253); }
td.TdClassName
{
border-color: #90ABFD;
}
.TagClassName
{
border-color: #90ABFD;
}
</style>