Shades of Light Sky Blue #90BAFC
Tints of Light Sky Blue #90BAFC
RGB
CMYK
RGB Variations
Color information
#90BAFC (or 0x90BAFC) is known color: Light Sky Blue. HEX triplet: 90, BA and FC. RGB value is (144,186,252). Sum of RGB (Red+Green+Blue) = 144+186+252=582 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.74% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #90BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAFC is #6F4503. Grayscale: #B4B4B4. Windows color (decimal): -7292164 or 16562832. OLE color: 16562832.
HSL color Cylindrical-coordinate representation of color #90BAFC: hue angle of 216.67º 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 #90BAFC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 186 | 252 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.01 |
| HSL | 216.67º | 0.95% | 0.78% | - |
| HSV(B) | 216.67º | 0.43% | 0.99% | - |
| XYZ | 46.63 | 48.08 | 98.92 | - |
| YUV | 180.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 252 | 0.43 | 0.26 | 0 | 0.01 | 216.67 | 0.95 | 0.78 |
| Hex | 90 | BA | FC | 2B | 1A | 0 | 1 | D9 | 5F | 4E |
| Octal | 220 | 272 | 374 | 53 | 32 | 0 | 1 | 331 | 137 | 116 |
| Binary | 10010000 | 10111010 | 11111100 | 101011 | 11010 | 0 | 1 | 11011001 | 1011111 | 1001110 |
Color Harmonies of #90BAFC
Complementary color
Monochromatic Colors of #90BAFC
Black with #90BAFC
Text Example
Text Example
White with #90BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAFC; }
p { color: rgb(144,186,252); }
H1.HeaderClassName
{
color: #90BAFC;
}
.AnyTagClassName
{
color: #90BAFC;
}
</style>
background-color css
<style>
a { background-color: #90BAFC; }
a { background-color: rgb(144,186,252); }
div.DivClassName
{
background-color: #90BAFC;
}
.BgClassName
{
background-color: #90BAFC;
}
</style>
border-color css
<style>
span { border-color: #90BAFC; }
span { border-color: rgb(144,186,252); }
td.TdClassName
{
border-color: #90BAFC;
}
.TagClassName
{
border-color: #90BAFC;
}
</style>