Shades of Perano #90B0FF
Tints of Perano #90B0FF
RGB
CMYK
RGB Variations
Color information
#90B0FF (or 0x90B0FF) is known color: Perano. HEX triplet: 90, B0 and FF. RGB value is (144,176,255). Sum of RGB (Red+Green+Blue) = 144+176+255=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #90B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B0FF is #6F4F00. Grayscale: #AFAFAF. Windows color (decimal): -7294721 or 16756880. OLE color: 16756880.
HSL color Cylindrical-coordinate representation of color #90B0FF: hue angle of 222.7º 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 #90B0FF is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 176 | 255 | - |
| CMYK | 0.44 | 0.31 | 0 | 0 |
| HSL | 222.7º | 1% | 0.78% | - |
| HSV(B) | 222.7º | 0.44% | 1% | - |
| XYZ | 45.08 | 44.2 | 100.76 | - |
| YUV | 175.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 255 | 0.44 | 0.31 | 0 | 0 | 222.7 | 1 | 0.78 |
| Hex | 90 | B0 | FF | 2C | 1F | 0 | 0 | DF | 64 | 4E |
| Octal | 220 | 260 | 377 | 54 | 37 | 0 | 0 | 337 | 144 | 116 |
| Binary | 10010000 | 10110000 | 11111111 | 101100 | 11111 | 0 | 0 | 11011111 | 1100100 | 1001110 |
Color Harmonies of #90B0FF
Complementary color
Monochromatic Colors of #90B0FF
Black with #90B0FF
Text Example
Text Example
White with #90B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B0FF; }
p { color: rgb(144,176,255); }
H1.HeaderClassName
{
color: #90B0FF;
}
.AnyTagClassName
{
color: #90B0FF;
}
</style>
background-color css
<style>
a { background-color: #90B0FF; }
a { background-color: rgb(144,176,255); }
div.DivClassName
{
background-color: #90B0FF;
}
.BgClassName
{
background-color: #90B0FF;
}
</style>
border-color css
<style>
span { border-color: #90B0FF; }
span { border-color: rgb(144,176,255); }
td.TdClassName
{
border-color: #90B0FF;
}
.TagClassName
{
border-color: #90B0FF;
}
</style>