Shades of Light Sky Blue #89BBFB
Tints of Light Sky Blue #89BBFB
RGB
CMYK
RGB Variations
Color information
#89BBFB (or 0x89BBFB) is known color: Light Sky Blue. HEX triplet: 89, BB and FB. RGB value is (137,187,251). Sum of RGB (Red+Green+Blue) = 137+187+251=575 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.83% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #89BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BBFB is #764404. Grayscale: #B3B3B3. Windows color (decimal): -7750661 or 16497545. OLE color: 16497545.
HSL color Cylindrical-coordinate representation of color #89BBFB: hue angle of 213.68º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89BBFB is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 187 | 251 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.02 |
| HSL | 213.68º | 0.93% | 0.76% | - |
| HSV(B) | 213.68º | 0.45% | 0.98% | - |
| XYZ | 45.5 | 47.82 | 98.1 | - |
| YUV | 179.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 251 | 0.45 | 0.25 | 0 | 0.02 | 213.68 | 0.93 | 0.76 |
| Hex | 89 | BB | FB | 2D | 19 | 0 | 2 | D6 | 5D | 4C |
| Octal | 211 | 273 | 373 | 55 | 31 | 0 | 2 | 326 | 135 | 114 |
| Binary | 10001001 | 10111011 | 11111011 | 101101 | 11001 | 0 | 10 | 11010110 | 1011101 | 1001100 |
Color Harmonies of #89BBFB
Complementary color
Monochromatic Colors of #89BBFB
Black with #89BBFB
Text Example
Text Example
White with #89BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBFB; }
p { color: rgb(137,187,251); }
H1.HeaderClassName
{
color: #89BBFB;
}
.AnyTagClassName
{
color: #89BBFB;
}
</style>
background-color css
<style>
a { background-color: #89BBFB; }
a { background-color: rgb(137,187,251); }
div.DivClassName
{
background-color: #89BBFB;
}
.BgClassName
{
background-color: #89BBFB;
}
</style>
border-color css
<style>
span { border-color: #89BBFB; }
span { border-color: rgb(137,187,251); }
td.TdClassName
{
border-color: #89BBFB;
}
.TagClassName
{
border-color: #89BBFB;
}
</style>