Shades of Light Sky Blue #89BCFF
Tints of Light Sky Blue #89BCFF
RGB
CMYK
RGB Variations
Color information
#89BCFF (or 0x89BCFF) is known color: Light Sky Blue. HEX triplet: 89, BC and FF. RGB value is (137,188,255). Sum of RGB (Red+Green+Blue) = 137+188+255=580 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.62% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #89BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BCFF is #764300. Grayscale: #B4B4B4. Windows color (decimal): -7750401 or 16759945. OLE color: 16759945.
HSL color Cylindrical-coordinate representation of color #89BCFF: hue angle of 214.07º 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 #89BCFF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 188 | 255 | - |
| CMYK | 0.46 | 0.26 | 0 | 0 |
| HSL | 214.07º | 1% | 0.77% | - |
| HSV(B) | 214.07º | 0.46% | 1% | - |
| XYZ | 46.35 | 48.5 | 101.53 | - |
| YUV | 180.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 255 | 0.46 | 0.26 | 0 | 0 | 214.07 | 1 | 0.77 |
| Hex | 89 | BC | FF | 2E | 1A | 0 | 0 | D6 | 64 | 4D |
| Octal | 211 | 274 | 377 | 56 | 32 | 0 | 0 | 326 | 144 | 115 |
| Binary | 10001001 | 10111100 | 11111111 | 101110 | 11010 | 0 | 0 | 11010110 | 1100100 | 1001101 |
Color Harmonies of #89BCFF
Complementary color
Monochromatic Colors of #89BCFF
Black with #89BCFF
Text Example
Text Example
White with #89BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCFF; }
p { color: rgb(137,188,255); }
H1.HeaderClassName
{
color: #89BCFF;
}
.AnyTagClassName
{
color: #89BCFF;
}
</style>
background-color css
<style>
a { background-color: #89BCFF; }
a { background-color: rgb(137,188,255); }
div.DivClassName
{
background-color: #89BCFF;
}
.BgClassName
{
background-color: #89BCFF;
}
</style>
border-color css
<style>
span { border-color: #89BCFF; }
span { border-color: rgb(137,188,255); }
td.TdClassName
{
border-color: #89BCFF;
}
.TagClassName
{
border-color: #89BCFF;
}
</style>