Shades of Light Sky Blue #89BAFF
Tints of Light Sky Blue #89BAFF
RGB
CMYK
RGB Variations
Color information
#89BAFF (or 0x89BAFF) is known color: Light Sky Blue. HEX triplet: 89, BA and FF. RGB value is (137,186,255). Sum of RGB (Red+Green+Blue) = 137+186+255=578 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.70% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #89BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BAFF is #764500. Grayscale: #B2B2B2. Windows color (decimal): -7750913 or 16759433. OLE color: 16759433.
HSL color Cylindrical-coordinate representation of color #89BAFF: hue angle of 215.08º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89BAFF is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 186 | 255 | - |
| CMYK | 0.46 | 0.27 | 0 | 0 |
| HSL | 215.08º | 1% | 0.77% | - |
| HSV(B) | 215.08º | 0.46% | 1% | - |
| XYZ | 45.93 | 47.66 | 101.39 | - |
| YUV | 179.22 | 170.77 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 255 | 0.46 | 0.27 | 0 | 0 | 215.08 | 1 | 0.77 |
| Hex | 89 | BA | FF | 2E | 1B | 0 | 0 | D7 | 64 | 4D |
| Octal | 211 | 272 | 377 | 56 | 33 | 0 | 0 | 327 | 144 | 115 |
| Binary | 10001001 | 10111010 | 11111111 | 101110 | 11011 | 0 | 0 | 11010111 | 1100100 | 1001101 |
Color Harmonies of #89BAFF
Complementary color
Monochromatic Colors of #89BAFF
Black with #89BAFF
Text Example
Text Example
White with #89BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BAFF; }
p { color: rgb(137,186,255); }
H1.HeaderClassName
{
color: #89BAFF;
}
.AnyTagClassName
{
color: #89BAFF;
}
</style>
background-color css
<style>
a { background-color: #89BAFF; }
a { background-color: rgb(137,186,255); }
div.DivClassName
{
background-color: #89BAFF;
}
.BgClassName
{
background-color: #89BAFF;
}
</style>
border-color css
<style>
span { border-color: #89BAFF; }
span { border-color: rgb(137,186,255); }
td.TdClassName
{
border-color: #89BAFF;
}
.TagClassName
{
border-color: #89BAFF;
}
</style>