Shades of Light Sky Blue #90BAF9
Tints of Light Sky Blue #90BAF9
RGB
CMYK
RGB Variations
Color information
#90BAF9 (or 0x90BAF9) is known color: Light Sky Blue. HEX triplet: 90, BA and F9. RGB value is (144,186,249). Sum of RGB (Red+Green+Blue) = 144+186+249=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #90BAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAF9 is #6F4506. Grayscale: #B4B4B4. Windows color (decimal): -7292167 or 16366224. OLE color: 16366224.
HSL color Cylindrical-coordinate representation of color #90BAF9: hue angle of 216º 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 #90BAF9 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 186 | 249 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.02 |
| HSL | 216º | 0.9% | 0.77% | - |
| HSV(B) | 216º | 0.42% | 0.98% | - |
| XYZ | 46.16 | 47.89 | 96.43 | - |
| YUV | 180.62 | 166.59 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 249 | 0.42 | 0.25 | 0 | 0.02 | 216 | 0.9 | 0.77 |
| Hex | 90 | BA | F9 | 2A | 19 | 0 | 2 | D8 | 5A | 4D |
| Octal | 220 | 272 | 371 | 52 | 31 | 0 | 2 | 330 | 132 | 115 |
| Binary | 10010000 | 10111010 | 11111001 | 101010 | 11001 | 0 | 10 | 11011000 | 1011010 | 1001101 |
Color Harmonies of #90BAF9
Complementary color
Monochromatic Colors of #90BAF9
Black with #90BAF9
Text Example
Text Example
White with #90BAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAF9; }
p { color: rgb(144,186,249); }
H1.HeaderClassName
{
color: #90BAF9;
}
.AnyTagClassName
{
color: #90BAF9;
}
</style>
background-color css
<style>
a { background-color: #90BAF9; }
a { background-color: rgb(144,186,249); }
div.DivClassName
{
background-color: #90BAF9;
}
.BgClassName
{
background-color: #90BAF9;
}
</style>
border-color css
<style>
span { border-color: #90BAF9; }
span { border-color: rgb(144,186,249); }
td.TdClassName
{
border-color: #90BAF9;
}
.TagClassName
{
border-color: #90BAF9;
}
</style>