Shades of Perano #90AEFF
Tints of Perano #90AEFF
RGB
CMYK
RGB Variations
Color information
#90AEFF (or 0x90AEFF) is known color: Perano. HEX triplet: 90, AE and FF. RGB value is (144,174,255). Sum of RGB (Red+Green+Blue) = 144+174+255=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #90AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AEFF is #6F5100. Grayscale: #ADADAD. Windows color (decimal): -7295233 or 16756368. OLE color: 16756368.
HSL color Cylindrical-coordinate representation of color #90AEFF: hue angle of 223.78º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90AEFF is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 174 | 255 | - |
| CMYK | 0.44 | 0.32 | 0 | 0 |
| HSL | 223.78º | 1% | 0.78% | - |
| HSV(B) | 223.78º | 0.44% | 1% | - |
| XYZ | 44.69 | 43.42 | 100.63 | - |
| YUV | 174.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 255 | 0.44 | 0.32 | 0 | 0 | 223.78 | 1 | 0.78 |
| Hex | 90 | AE | FF | 2C | 20 | 0 | 0 | E0 | 64 | 4E |
| Octal | 220 | 256 | 377 | 54 | 40 | 0 | 0 | 340 | 144 | 116 |
| Binary | 10010000 | 10101110 | 11111111 | 101100 | 100000 | 0 | 0 | 11100000 | 1100100 | 1001110 |
Color Harmonies of #90AEFF
Complementary color
Monochromatic Colors of #90AEFF
Black with #90AEFF
Text Example
Text Example
White with #90AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEFF; }
p { color: rgb(144,174,255); }
H1.HeaderClassName
{
color: #90AEFF;
}
.AnyTagClassName
{
color: #90AEFF;
}
</style>
background-color css
<style>
a { background-color: #90AEFF; }
a { background-color: rgb(144,174,255); }
div.DivClassName
{
background-color: #90AEFF;
}
.BgClassName
{
background-color: #90AEFF;
}
</style>
border-color css
<style>
span { border-color: #90AEFF; }
span { border-color: rgb(144,174,255); }
td.TdClassName
{
border-color: #90AEFF;
}
.TagClassName
{
border-color: #90AEFF;
}
</style>