Shades of Light Sky Blue #90C7FA
Tints of Light Sky Blue #90C7FA
RGB
CMYK
RGB Variations
Color information
#90C7FA (or 0x90C7FA) is known color: Light Sky Blue. HEX triplet: 90, C7 and FA. RGB value is (144,199,250). Sum of RGB (Red+Green+Blue) = 144+199+250=593 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.28% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #90C7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C7FA is #6F3805. Grayscale: #BCBCBC. Windows color (decimal): -7288838 or 16435088. OLE color: 16435088.
HSL color Cylindrical-coordinate representation of color #90C7FA: hue angle of 208.87º degrees, saturation: 0.91, 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 #90C7FA is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 199 | 250 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.02 |
| HSL | 208.87º | 0.91% | 0.77% | - |
| HSV(B) | 208.87º | 0.42% | 0.98% | - |
| XYZ | 49.18 | 53.68 | 98.21 | - |
| YUV | 188.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 250 | 0.42 | 0.20 | 0 | 0.02 | 208.87 | 0.91 | 0.77 |
| Hex | 90 | C7 | FA | 2A | 14 | 0 | 2 | D1 | 5B | 4D |
| Octal | 220 | 307 | 372 | 52 | 24 | 0 | 2 | 321 | 133 | 115 |
| Binary | 10010000 | 11000111 | 11111010 | 101010 | 10100 | 0 | 10 | 11010001 | 1011011 | 1001101 |
Color Harmonies of #90C7FA
Complementary color
Monochromatic Colors of #90C7FA
Black with #90C7FA
Text Example
Text Example
White with #90C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7FA; }
p { color: rgb(144,199,250); }
H1.HeaderClassName
{
color: #90C7FA;
}
.AnyTagClassName
{
color: #90C7FA;
}
</style>
background-color css
<style>
a { background-color: #90C7FA; }
a { background-color: rgb(144,199,250); }
div.DivClassName
{
background-color: #90C7FA;
}
.BgClassName
{
background-color: #90C7FA;
}
</style>
border-color css
<style>
span { border-color: #90C7FA; }
span { border-color: rgb(144,199,250); }
td.TdClassName
{
border-color: #90C7FA;
}
.TagClassName
{
border-color: #90C7FA;
}
</style>