Shades of Perano #90B0F5
Tints of Perano #90B0F5
RGB
CMYK
RGB Variations
Color information
#90B0F5 (or 0x90B0F5) is known color: Perano. HEX triplet: 90, B0 and F5. RGB value is (144,176,245). Sum of RGB (Red+Green+Blue) = 144+176+245=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #90B0F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B0F5 is #6F4F0A. Grayscale: #ADADAD. Windows color (decimal): -7294731 or 16101520. OLE color: 16101520.
HSL color Cylindrical-coordinate representation of color #90B0F5: hue angle of 220.99º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90B0F5 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 176 | 245 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.04 |
| HSL | 220.99º | 0.83% | 0.76% | - |
| HSV(B) | 220.99º | 0.41% | 0.96% | - |
| XYZ | 43.51 | 43.57 | 92.5 | - |
| YUV | 174.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 245 | 0.41 | 0.28 | 0 | 0.04 | 220.99 | 0.83 | 0.76 |
| Hex | 90 | B0 | F5 | 29 | 1C | 0 | 4 | DD | 53 | 4C |
| Octal | 220 | 260 | 365 | 51 | 34 | 0 | 4 | 335 | 123 | 114 |
| Binary | 10010000 | 10110000 | 11110101 | 101001 | 11100 | 0 | 100 | 11011101 | 1010011 | 1001100 |
Color Harmonies of #90B0F5
Complementary color
Monochromatic Colors of #90B0F5
Black with #90B0F5
Text Example
Text Example
White with #90B0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B0F5; }
p { color: rgb(144,176,245); }
H1.HeaderClassName
{
color: #90B0F5;
}
.AnyTagClassName
{
color: #90B0F5;
}
</style>
background-color css
<style>
a { background-color: #90B0F5; }
a { background-color: rgb(144,176,245); }
div.DivClassName
{
background-color: #90B0F5;
}
.BgClassName
{
background-color: #90B0F5;
}
</style>
border-color css
<style>
span { border-color: #90B0F5; }
span { border-color: rgb(144,176,245); }
td.TdClassName
{
border-color: #90B0F5;
}
.TagClassName
{
border-color: #90B0F5;
}
</style>