Shades of Light Sky Blue #90B5F9
Tints of Light Sky Blue #90B5F9
RGB
CMYK
RGB Variations
Color information
#90B5F9 (or 0x90B5F9) is known color: Light Sky Blue. HEX triplet: 90, B5 and F9. RGB value is (144,181,249). Sum of RGB (Red+Green+Blue) = 144+181+249=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #90B5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B5F9 is #6F4A06. Grayscale: #B1B1B1. Windows color (decimal): -7293447 or 16364944. OLE color: 16364944.
HSL color Cylindrical-coordinate representation of color #90B5F9: hue angle of 218.86º degrees, saturation: 0.9, 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 #90B5F9 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 181 | 249 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.02 |
| HSL | 218.86º | 0.9% | 0.77% | - |
| HSV(B) | 218.86º | 0.42% | 0.98% | - |
| XYZ | 45.12 | 45.82 | 96.09 | - |
| YUV | 177.69 | 168.24 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 249 | 0.42 | 0.27 | 0 | 0.02 | 218.86 | 0.9 | 0.77 |
| Hex | 90 | B5 | F9 | 2A | 1B | 0 | 2 | DB | 5A | 4D |
| Octal | 220 | 265 | 371 | 52 | 33 | 0 | 2 | 333 | 132 | 115 |
| Binary | 10010000 | 10110101 | 11111001 | 101010 | 11011 | 0 | 10 | 11011011 | 1011010 | 1001101 |
Color Harmonies of #90B5F9
Complementary color
Monochromatic Colors of #90B5F9
Black with #90B5F9
Text Example
Text Example
White with #90B5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5F9; }
p { color: rgb(144,181,249); }
H1.HeaderClassName
{
color: #90B5F9;
}
.AnyTagClassName
{
color: #90B5F9;
}
</style>
background-color css
<style>
a { background-color: #90B5F9; }
a { background-color: rgb(144,181,249); }
div.DivClassName
{
background-color: #90B5F9;
}
.BgClassName
{
background-color: #90B5F9;
}
</style>
border-color css
<style>
span { border-color: #90B5F9; }
span { border-color: rgb(144,181,249); }
td.TdClassName
{
border-color: #90B5F9;
}
.TagClassName
{
border-color: #90B5F9;
}
</style>