Shades of Light Sky Blue #89BAFA
Tints of Light Sky Blue #89BAFA
RGB
CMYK
RGB Variations
Color information
#89BAFA (or 0x89BAFA) is known color: Light Sky Blue. HEX triplet: 89, BA and FA. RGB value is (137,186,250). Sum of RGB (Red+Green+Blue) = 137+186+250=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #89BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BAFA is #764505. Grayscale: #B2B2B2. Windows color (decimal): -7750918 or 16431753. OLE color: 16431753.
HSL color Cylindrical-coordinate representation of color #89BAFA: hue angle of 213.98º degrees, saturation: 0.92, 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 #89BAFA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 186 | 250 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.02 |
| HSL | 213.98º | 0.92% | 0.76% | - |
| HSV(B) | 213.98º | 0.45% | 0.98% | - |
| XYZ | 45.13 | 47.34 | 97.2 | - |
| YUV | 178.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 250 | 0.45 | 0.26 | 0 | 0.02 | 213.98 | 0.92 | 0.76 |
| Hex | 89 | BA | FA | 2D | 1A | 0 | 2 | D6 | 5C | 4C |
| Octal | 211 | 272 | 372 | 55 | 32 | 0 | 2 | 326 | 134 | 114 |
| Binary | 10001001 | 10111010 | 11111010 | 101101 | 11010 | 0 | 10 | 11010110 | 1011100 | 1001100 |
Color Harmonies of #89BAFA
Complementary color
Monochromatic Colors of #89BAFA
Black with #89BAFA
Text Example
Text Example
White with #89BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BAFA; }
p { color: rgb(137,186,250); }
H1.HeaderClassName
{
color: #89BAFA;
}
.AnyTagClassName
{
color: #89BAFA;
}
</style>
background-color css
<style>
a { background-color: #89BAFA; }
a { background-color: rgb(137,186,250); }
div.DivClassName
{
background-color: #89BAFA;
}
.BgClassName
{
background-color: #89BAFA;
}
</style>
border-color css
<style>
span { border-color: #89BAFA; }
span { border-color: rgb(137,186,250); }
td.TdClassName
{
border-color: #89BAFA;
}
.TagClassName
{
border-color: #89BAFA;
}
</style>