Shades of Light Sky Blue #90BAFF
Tints of Light Sky Blue #90BAFF
RGB
CMYK
RGB Variations
Color information
#90BAFF (or 0x90BAFF) is known color: Light Sky Blue. HEX triplet: 90, BA and FF. RGB value is (144,186,255). Sum of RGB (Red+Green+Blue) = 144+186+255=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #90BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAFF is #6F4500. Grayscale: #B4B4B4. Windows color (decimal): -7292161 or 16759440. OLE color: 16759440.
HSL color Cylindrical-coordinate representation of color #90BAFF: hue angle of 217.3º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90BAFF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 186 | 255 | - |
| CMYK | 0.44 | 0.27 | 0 | 0 |
| HSL | 217.3º | 1% | 0.78% | - |
| HSV(B) | 217.3º | 0.44% | 1% | - |
| XYZ | 47.11 | 48.27 | 101.44 | - |
| YUV | 181.31 | 169.59 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 255 | 0.44 | 0.27 | 0 | 0 | 217.3 | 1 | 0.78 |
| Hex | 90 | BA | FF | 2C | 1B | 0 | 0 | D9 | 64 | 4E |
| Octal | 220 | 272 | 377 | 54 | 33 | 0 | 0 | 331 | 144 | 116 |
| Binary | 10010000 | 10111010 | 11111111 | 101100 | 11011 | 0 | 0 | 11011001 | 1100100 | 1001110 |
Color Harmonies of #90BAFF
Complementary color
Monochromatic Colors of #90BAFF
Black with #90BAFF
Text Example
Text Example
White with #90BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAFF; }
p { color: rgb(144,186,255); }
H1.HeaderClassName
{
color: #90BAFF;
}
.AnyTagClassName
{
color: #90BAFF;
}
</style>
background-color css
<style>
a { background-color: #90BAFF; }
a { background-color: rgb(144,186,255); }
div.DivClassName
{
background-color: #90BAFF;
}
.BgClassName
{
background-color: #90BAFF;
}
</style>
border-color css
<style>
span { border-color: #90BAFF; }
span { border-color: rgb(144,186,255); }
td.TdClassName
{
border-color: #90BAFF;
}
.TagClassName
{
border-color: #90BAFF;
}
</style>