Shades of Perano #90AEFA
Tints of Perano #90AEFA
RGB
CMYK
RGB Variations
Color information
#90AEFA (or 0x90AEFA) is known color: Perano. HEX triplet: 90, AE and FA. RGB value is (144,174,250). Sum of RGB (Red+Green+Blue) = 144+174+250=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #90AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AEFA is #6F5105. Grayscale: #ADADAD. Windows color (decimal): -7295238 or 16428688. OLE color: 16428688.
HSL color Cylindrical-coordinate representation of color #90AEFA: hue angle of 223.02º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90AEFA is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 174 | 250 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.02 |
| HSL | 223.02º | 0.91% | 0.77% | - |
| HSV(B) | 223.02º | 0.42% | 0.98% | - |
| XYZ | 43.89 | 43.1 | 96.45 | - |
| YUV | 173.69 | 171.06 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 250 | 0.42 | 0.30 | 0 | 0.02 | 223.02 | 0.91 | 0.77 |
| Hex | 90 | AE | FA | 2A | 1E | 0 | 2 | DF | 5B | 4D |
| Octal | 220 | 256 | 372 | 52 | 36 | 0 | 2 | 337 | 133 | 115 |
| Binary | 10010000 | 10101110 | 11111010 | 101010 | 11110 | 0 | 10 | 11011111 | 1011011 | 1001101 |
Color Harmonies of #90AEFA
Complementary color
Monochromatic Colors of #90AEFA
Black with #90AEFA
Text Example
Text Example
White with #90AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEFA; }
p { color: rgb(144,174,250); }
H1.HeaderClassName
{
color: #90AEFA;
}
.AnyTagClassName
{
color: #90AEFA;
}
</style>
background-color css
<style>
a { background-color: #90AEFA; }
a { background-color: rgb(144,174,250); }
div.DivClassName
{
background-color: #90AEFA;
}
.BgClassName
{
background-color: #90AEFA;
}
</style>
border-color css
<style>
span { border-color: #90AEFA; }
span { border-color: rgb(144,174,250); }
td.TdClassName
{
border-color: #90AEFA;
}
.TagClassName
{
border-color: #90AEFA;
}
</style>