Shades of Perano #90ACFE
Tints of Perano #90ACFE
RGB
CMYK
RGB Variations
Color information
#90ACFE (or 0x90ACFE) is known color: Perano. HEX triplet: 90, AC and FE. RGB value is (144,172,254). Sum of RGB (Red+Green+Blue) = 144+172+254=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #90ACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ACFE is #6F5301. Grayscale: #ACACAC. Windows color (decimal): -7295746 or 16690320. OLE color: 16690320.
HSL color Cylindrical-coordinate representation of color #90ACFE: hue angle of 224.73º 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 #90ACFE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 172 | 254 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.00 |
| HSL | 224.73º | 0.98% | 0.78% | - |
| HSV(B) | 224.73º | 0.43% | 1% | - |
| XYZ | 44.14 | 42.59 | 99.66 | - |
| YUV | 172.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 254 | 0.43 | 0.32 | 0 | 0.00 | 224.73 | 0.98 | 0.78 |
| Hex | 90 | AC | FE | 2B | 20 | 0 | 0 | E1 | 62 | 4E |
| Octal | 220 | 254 | 376 | 53 | 40 | 0 | 0 | 341 | 142 | 116 |
| Binary | 10010000 | 10101100 | 11111110 | 101011 | 100000 | 0 | 0 | 11100001 | 1100010 | 1001110 |
Color Harmonies of #90ACFE
Complementary color
Monochromatic Colors of #90ACFE
Black with #90ACFE
Text Example
Text Example
White with #90ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACFE; }
p { color: rgb(144,172,254); }
H1.HeaderClassName
{
color: #90ACFE;
}
.AnyTagClassName
{
color: #90ACFE;
}
</style>
background-color css
<style>
a { background-color: #90ACFE; }
a { background-color: rgb(144,172,254); }
div.DivClassName
{
background-color: #90ACFE;
}
.BgClassName
{
background-color: #90ACFE;
}
</style>
border-color css
<style>
span { border-color: #90ACFE; }
span { border-color: rgb(144,172,254); }
td.TdClassName
{
border-color: #90ACFE;
}
.TagClassName
{
border-color: #90ACFE;
}
</style>