Shades of Perano #90ABFE
Tints of Perano #90ABFE
RGB
CMYK
RGB Variations
Color information
#90ABFE (or 0x90ABFE) is known color: Perano. HEX triplet: 90, AB and FE. RGB value is (144,171,254). Sum of RGB (Red+Green+Blue) = 144+171+254=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #90ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABFE is #6F5401. Grayscale: #ACACAC. Windows color (decimal): -7296002 or 16690064. OLE color: 16690064.
HSL color Cylindrical-coordinate representation of color #90ABFE: hue angle of 225.27º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90ABFE is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 171 | 254 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.00 |
| HSL | 225.27º | 0.98% | 0.78% | - |
| HSV(B) | 225.27º | 0.43% | 1% | - |
| XYZ | 43.95 | 42.21 | 99.6 | - |
| YUV | 172.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 254 | 0.43 | 0.33 | 0 | 0.00 | 225.27 | 0.98 | 0.78 |
| Hex | 90 | AB | FE | 2B | 21 | 0 | 0 | E1 | 62 | 4E |
| Octal | 220 | 253 | 376 | 53 | 41 | 0 | 0 | 341 | 142 | 116 |
| Binary | 10010000 | 10101011 | 11111110 | 101011 | 100001 | 0 | 0 | 11100001 | 1100010 | 1001110 |
Color Harmonies of #90ABFE
Complementary color
Monochromatic Colors of #90ABFE
Black with #90ABFE
Text Example
Text Example
White with #90ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABFE; }
p { color: rgb(144,171,254); }
H1.HeaderClassName
{
color: #90ABFE;
}
.AnyTagClassName
{
color: #90ABFE;
}
</style>
background-color css
<style>
a { background-color: #90ABFE; }
a { background-color: rgb(144,171,254); }
div.DivClassName
{
background-color: #90ABFE;
}
.BgClassName
{
background-color: #90ABFE;
}
</style>
border-color css
<style>
span { border-color: #90ABFE; }
span { border-color: rgb(144,171,254); }
td.TdClassName
{
border-color: #90ABFE;
}
.TagClassName
{
border-color: #90ABFE;
}
</style>