Shades of Light Sky Blue #90C0FB
Tints of Light Sky Blue #90C0FB
RGB
CMYK
RGB Variations
Color information
#90C0FB (or 0x90C0FB) is known color: Light Sky Blue. HEX triplet: 90, C0 and FB. RGB value is (144,192,251). Sum of RGB (Red+Green+Blue) = 144+192+251=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #90C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C0FB is #6F3F04. Grayscale: #B8B8B8. Windows color (decimal): -7290629 or 16498832. OLE color: 16498832.
HSL color Cylindrical-coordinate representation of color #90C0FB: hue angle of 213.08º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90C0FB is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 192 | 251 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.02 |
| HSL | 213.08º | 0.93% | 0.77% | - |
| HSV(B) | 213.08º | 0.43% | 0.98% | - |
| XYZ | 47.76 | 50.59 | 98.51 | - |
| YUV | 184.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 251 | 0.43 | 0.24 | 0 | 0.02 | 213.08 | 0.93 | 0.77 |
| Hex | 90 | C0 | FB | 2B | 18 | 0 | 2 | D5 | 5D | 4D |
| Octal | 220 | 300 | 373 | 53 | 30 | 0 | 2 | 325 | 135 | 115 |
| Binary | 10010000 | 11000000 | 11111011 | 101011 | 11000 | 0 | 10 | 11010101 | 1011101 | 1001101 |
Color Harmonies of #90C0FB
Complementary color
Monochromatic Colors of #90C0FB
Black with #90C0FB
Text Example
Text Example
White with #90C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0FB; }
p { color: rgb(144,192,251); }
H1.HeaderClassName
{
color: #90C0FB;
}
.AnyTagClassName
{
color: #90C0FB;
}
</style>
background-color css
<style>
a { background-color: #90C0FB; }
a { background-color: rgb(144,192,251); }
div.DivClassName
{
background-color: #90C0FB;
}
.BgClassName
{
background-color: #90C0FB;
}
</style>
border-color css
<style>
span { border-color: #90C0FB; }
span { border-color: rgb(144,192,251); }
td.TdClassName
{
border-color: #90C0FB;
}
.TagClassName
{
border-color: #90C0FB;
}
</style>