Shades of Light Sky Blue #90BCFC
Tints of Light Sky Blue #90BCFC
RGB
CMYK
RGB Variations
Color information
#90BCFC (or 0x90BCFC) is known color: Light Sky Blue. HEX triplet: 90, BC and FC. RGB value is (144,188,252). Sum of RGB (Red+Green+Blue) = 144+188+252=584 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.66% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #90BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCFC is #6F4303. Grayscale: #B5B5B5. Windows color (decimal): -7291652 or 16563344. OLE color: 16563344.
HSL color Cylindrical-coordinate representation of color #90BCFC: hue angle of 215.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90BCFC is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 188 | 252 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.01 |
| HSL | 215.56º | 0.95% | 0.78% | - |
| HSV(B) | 215.56º | 0.43% | 0.99% | - |
| XYZ | 47.06 | 48.92 | 99.06 | - |
| YUV | 182.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 252 | 0.43 | 0.25 | 0 | 0.01 | 215.56 | 0.95 | 0.78 |
| Hex | 90 | BC | FC | 2B | 19 | 0 | 1 | D8 | 5F | 4E |
| Octal | 220 | 274 | 374 | 53 | 31 | 0 | 1 | 330 | 137 | 116 |
| Binary | 10010000 | 10111100 | 11111100 | 101011 | 11001 | 0 | 1 | 11011000 | 1011111 | 1001110 |
Color Harmonies of #90BCFC
Complementary color
Monochromatic Colors of #90BCFC
Black with #90BCFC
Text Example
Text Example
White with #90BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCFC; }
p { color: rgb(144,188,252); }
H1.HeaderClassName
{
color: #90BCFC;
}
.AnyTagClassName
{
color: #90BCFC;
}
</style>
background-color css
<style>
a { background-color: #90BCFC; }
a { background-color: rgb(144,188,252); }
div.DivClassName
{
background-color: #90BCFC;
}
.BgClassName
{
background-color: #90BCFC;
}
</style>
border-color css
<style>
span { border-color: #90BCFC; }
span { border-color: rgb(144,188,252); }
td.TdClassName
{
border-color: #90BCFC;
}
.TagClassName
{
border-color: #90BCFC;
}
</style>