Shades of Light Sky Blue #89BDEF
Tints of Light Sky Blue #89BDEF
RGB
CMYK
RGB Variations
Color information
#89BDEF (or 0x89BDEF) is known color: Light Sky Blue. HEX triplet: 89, BD and EF. RGB value is (137,189,239). Sum of RGB (Red+Green+Blue) = 137+189+239=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #89BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BDEF is #764210. Grayscale: #B2B2B2. Windows color (decimal): -7750161 or 15711625. OLE color: 15711625.
HSL color Cylindrical-coordinate representation of color #89BDEF: hue angle of 209.41º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89BDEF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 189 | 239 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.06 |
| HSL | 209.41º | 0.76% | 0.74% | - |
| HSV(B) | 209.41º | 0.43% | 0.94% | - |
| XYZ | 44.09 | 47.95 | 88.59 | - |
| YUV | 179.15 | 161.77 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 239 | 0.43 | 0.21 | 0 | 0.06 | 209.41 | 0.76 | 0.74 |
| Hex | 89 | BD | EF | 2B | 15 | 0 | 6 | D1 | 4C | 4A |
| Octal | 211 | 275 | 357 | 53 | 25 | 0 | 6 | 321 | 114 | 112 |
| Binary | 10001001 | 10111101 | 11101111 | 101011 | 10101 | 0 | 110 | 11010001 | 1001100 | 1001010 |
Color Harmonies of #89BDEF
Complementary color
Monochromatic Colors of #89BDEF
Black with #89BDEF
Text Example
Text Example
White with #89BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDEF; }
p { color: rgb(137,189,239); }
H1.HeaderClassName
{
color: #89BDEF;
}
.AnyTagClassName
{
color: #89BDEF;
}
</style>
background-color css
<style>
a { background-color: #89BDEF; }
a { background-color: rgb(137,189,239); }
div.DivClassName
{
background-color: #89BDEF;
}
.BgClassName
{
background-color: #89BDEF;
}
</style>
border-color css
<style>
span { border-color: #89BDEF; }
span { border-color: rgb(137,189,239); }
td.TdClassName
{
border-color: #89BDEF;
}
.TagClassName
{
border-color: #89BDEF;
}
</style>