Shades of Light Sky Blue #90BDFE
Tints of Light Sky Blue #90BDFE
RGB
CMYK
RGB Variations
Color information
#90BDFE (or 0x90BDFE) is known color: Light Sky Blue. HEX triplet: 90, BD and FE. RGB value is (144,189,254). Sum of RGB (Red+Green+Blue) = 144+189+254=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #90BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDFE is #6F4201. Grayscale: #B6B6B6. Windows color (decimal): -7291394 or 16694672. OLE color: 16694672.
HSL color Cylindrical-coordinate representation of color #90BDFE: hue angle of 215.45º 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 #90BDFE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 189 | 254 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.00 |
| HSL | 215.45º | 0.98% | 0.78% | - |
| HSV(B) | 215.45º | 0.43% | 1% | - |
| XYZ | 47.59 | 49.48 | 100.81 | - |
| YUV | 182.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 254 | 0.43 | 0.26 | 0 | 0.00 | 215.45 | 0.98 | 0.78 |
| Hex | 90 | BD | FE | 2B | 1A | 0 | 0 | D7 | 62 | 4E |
| Octal | 220 | 275 | 376 | 53 | 32 | 0 | 0 | 327 | 142 | 116 |
| Binary | 10010000 | 10111101 | 11111110 | 101011 | 11010 | 0 | 0 | 11010111 | 1100010 | 1001110 |
Color Harmonies of #90BDFE
Complementary color
Monochromatic Colors of #90BDFE
Black with #90BDFE
Text Example
Text Example
White with #90BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDFE; }
p { color: rgb(144,189,254); }
H1.HeaderClassName
{
color: #90BDFE;
}
.AnyTagClassName
{
color: #90BDFE;
}
</style>
background-color css
<style>
a { background-color: #90BDFE; }
a { background-color: rgb(144,189,254); }
div.DivClassName
{
background-color: #90BDFE;
}
.BgClassName
{
background-color: #90BDFE;
}
</style>
border-color css
<style>
span { border-color: #90BDFE; }
span { border-color: rgb(144,189,254); }
td.TdClassName
{
border-color: #90BDFE;
}
.TagClassName
{
border-color: #90BDFE;
}
</style>