Shades of Light Sky Blue #90B5FF
Tints of Light Sky Blue #90B5FF
RGB
CMYK
RGB Variations
Color information
#90B5FF (or 0x90B5FF) is known color: Light Sky Blue. HEX triplet: 90, B5 and FF. RGB value is (144,181,255). Sum of RGB (Red+Green+Blue) = 144+181+255=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #90B5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B5FF is #6F4A00. Grayscale: #B2B2B2. Windows color (decimal): -7293441 or 16758160. OLE color: 16758160.
HSL color Cylindrical-coordinate representation of color #90B5FF: hue angle of 220º 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 #90B5FF is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 181 | 255 | - |
| CMYK | 0.44 | 0.29 | 0 | 0 |
| HSL | 220º | 1% | 0.78% | - |
| HSV(B) | 220º | 0.44% | 1% | - |
| XYZ | 46.08 | 46.2 | 101.1 | - |
| YUV | 178.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 255 | 0.44 | 0.29 | 0 | 0 | 220 | 1 | 0.78 |
| Hex | 90 | B5 | FF | 2C | 1D | 0 | 0 | DC | 64 | 4E |
| Octal | 220 | 265 | 377 | 54 | 35 | 0 | 0 | 334 | 144 | 116 |
| Binary | 10010000 | 10110101 | 11111111 | 101100 | 11101 | 0 | 0 | 11011100 | 1100100 | 1001110 |
Color Harmonies of #90B5FF
Complementary color
Monochromatic Colors of #90B5FF
Black with #90B5FF
Text Example
Text Example
White with #90B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5FF; }
p { color: rgb(144,181,255); }
H1.HeaderClassName
{
color: #90B5FF;
}
.AnyTagClassName
{
color: #90B5FF;
}
</style>
background-color css
<style>
a { background-color: #90B5FF; }
a { background-color: rgb(144,181,255); }
div.DivClassName
{
background-color: #90B5FF;
}
.BgClassName
{
background-color: #90B5FF;
}
</style>
border-color css
<style>
span { border-color: #90B5FF; }
span { border-color: rgb(144,181,255); }
td.TdClassName
{
border-color: #90B5FF;
}
.TagClassName
{
border-color: #90B5FF;
}
</style>