Shades of Perano #90AFFF
Tints of Perano #90AFFF
RGB
CMYK
RGB Variations
Color information
#90AFFF (or 0x90AFFF) is known color: Perano. HEX triplet: 90, AF and FF. RGB value is (144,175,255). Sum of RGB (Red+Green+Blue) = 144+175+255=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #90AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFFF is #6F5000. Grayscale: #AEAEAE. Windows color (decimal): -7294977 or 16756624. OLE color: 16756624.
HSL color Cylindrical-coordinate representation of color #90AFFF: hue angle of 223.24º 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 #90AFFF is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 175 | 255 | - |
| CMYK | 0.44 | 0.31 | 0 | 0 |
| HSL | 223.24º | 1% | 0.78% | - |
| HSV(B) | 223.24º | 0.44% | 1% | - |
| XYZ | 44.88 | 43.81 | 100.7 | - |
| YUV | 174.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 255 | 0.44 | 0.31 | 0 | 0 | 223.24 | 1 | 0.78 |
| Hex | 90 | AF | FF | 2C | 1F | 0 | 0 | DF | 64 | 4E |
| Octal | 220 | 257 | 377 | 54 | 37 | 0 | 0 | 337 | 144 | 116 |
| Binary | 10010000 | 10101111 | 11111111 | 101100 | 11111 | 0 | 0 | 11011111 | 1100100 | 1001110 |
Color Harmonies of #90AFFF
Complementary color
Monochromatic Colors of #90AFFF
Black with #90AFFF
Text Example
Text Example
White with #90AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFFF; }
p { color: rgb(144,175,255); }
H1.HeaderClassName
{
color: #90AFFF;
}
.AnyTagClassName
{
color: #90AFFF;
}
</style>
background-color css
<style>
a { background-color: #90AFFF; }
a { background-color: rgb(144,175,255); }
div.DivClassName
{
background-color: #90AFFF;
}
.BgClassName
{
background-color: #90AFFF;
}
</style>
border-color css
<style>
span { border-color: #90AFFF; }
span { border-color: rgb(144,175,255); }
td.TdClassName
{
border-color: #90AFFF;
}
.TagClassName
{
border-color: #90AFFF;
}
</style>