Shades of Light Sky Blue #90BFF7
Tints of Light Sky Blue #90BFF7
RGB
CMYK
RGB Variations
Color information
#90BFF7 (or 0x90BFF7) is known color: Light Sky Blue. HEX triplet: 90, BF and F7. RGB value is (144,191,247). Sum of RGB (Red+Green+Blue) = 144+191+247=582 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.74% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #90BFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFF7 is #6F4008. Grayscale: #B7B7B7. Windows color (decimal): -7290889 or 16236432. OLE color: 16236432.
HSL color Cylindrical-coordinate representation of color #90BFF7: hue angle of 212.62º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90BFF7 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 191 | 247 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.03 |
| HSL | 212.62º | 0.87% | 0.77% | - |
| HSV(B) | 212.62º | 0.42% | 0.97% | - |
| XYZ | 46.92 | 49.91 | 95.16 | - |
| YUV | 183.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 247 | 0.42 | 0.23 | 0 | 0.03 | 212.62 | 0.87 | 0.77 |
| Hex | 90 | BF | F7 | 2A | 17 | 0 | 3 | D5 | 57 | 4D |
| Octal | 220 | 277 | 367 | 52 | 27 | 0 | 3 | 325 | 127 | 115 |
| Binary | 10010000 | 10111111 | 11110111 | 101010 | 10111 | 0 | 11 | 11010101 | 1010111 | 1001101 |
Color Harmonies of #90BFF7
Complementary color
Monochromatic Colors of #90BFF7
Black with #90BFF7
Text Example
Text Example
White with #90BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFF7; }
p { color: rgb(144,191,247); }
H1.HeaderClassName
{
color: #90BFF7;
}
.AnyTagClassName
{
color: #90BFF7;
}
</style>
background-color css
<style>
a { background-color: #90BFF7; }
a { background-color: rgb(144,191,247); }
div.DivClassName
{
background-color: #90BFF7;
}
.BgClassName
{
background-color: #90BFF7;
}
</style>
border-color css
<style>
span { border-color: #90BFF7; }
span { border-color: rgb(144,191,247); }
td.TdClassName
{
border-color: #90BFF7;
}
.TagClassName
{
border-color: #90BFF7;
}
</style>