Shades of Light Sky Blue #90BCFE
Tints of Light Sky Blue #90BCFE
RGB
CMYK
RGB Variations
Color information
#90BCFE (or 0x90BCFE) is known color: Light Sky Blue. HEX triplet: 90, BC and FE. RGB value is (144,188,254). Sum of RGB (Red+Green+Blue) = 144+188+254=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #90BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCFE is #6F4301. Grayscale: #B6B6B6. Windows color (decimal): -7291650 or 16694416. OLE color: 16694416.
HSL color Cylindrical-coordinate representation of color #90BCFE: hue angle of 216º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90BCFE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 188 | 254 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.00 |
| HSL | 216º | 0.98% | 0.78% | - |
| HSV(B) | 216º | 0.43% | 1% | - |
| XYZ | 47.37 | 49.05 | 100.74 | - |
| YUV | 182.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 254 | 0.43 | 0.26 | 0 | 0.00 | 216 | 0.98 | 0.78 |
| Hex | 90 | BC | FE | 2B | 1A | 0 | 0 | D8 | 62 | 4E |
| Octal | 220 | 274 | 376 | 53 | 32 | 0 | 0 | 330 | 142 | 116 |
| Binary | 10010000 | 10111100 | 11111110 | 101011 | 11010 | 0 | 0 | 11011000 | 1100010 | 1001110 |
Color Harmonies of #90BCFE
Complementary color
Monochromatic Colors of #90BCFE
Black with #90BCFE
Text Example
Text Example
White with #90BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCFE; }
p { color: rgb(144,188,254); }
H1.HeaderClassName
{
color: #90BCFE;
}
.AnyTagClassName
{
color: #90BCFE;
}
</style>
background-color css
<style>
a { background-color: #90BCFE; }
a { background-color: rgb(144,188,254); }
div.DivClassName
{
background-color: #90BCFE;
}
.BgClassName
{
background-color: #90BCFE;
}
</style>
border-color css
<style>
span { border-color: #90BCFE; }
span { border-color: rgb(144,188,254); }
td.TdClassName
{
border-color: #90BCFE;
}
.TagClassName
{
border-color: #90BCFE;
}
</style>