Shades of Light Sky Blue #89BDF1
Tints of Light Sky Blue #89BDF1
RGB
CMYK
RGB Variations
Color information
#89BDF1 (or 0x89BDF1) is known color: Light Sky Blue. HEX triplet: 89, BD and F1. RGB value is (137,189,241). Sum of RGB (Red+Green+Blue) = 137+189+241=567 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.16% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #89BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BDF1 is #76420E. Grayscale: #B3B3B3. Windows color (decimal): -7750159 or 15842697. OLE color: 15842697.
HSL color Cylindrical-coordinate representation of color #89BDF1: hue angle of 210º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89BDF1 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 189 | 241 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.05 |
| HSL | 210º | 0.79% | 0.74% | - |
| HSV(B) | 210º | 0.43% | 0.95% | - |
| XYZ | 44.39 | 48.06 | 90.16 | - |
| YUV | 179.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 241 | 0.43 | 0.22 | 0 | 0.05 | 210 | 0.79 | 0.74 |
| Hex | 89 | BD | F1 | 2B | 16 | 0 | 5 | D2 | 4F | 4A |
| Octal | 211 | 275 | 361 | 53 | 26 | 0 | 5 | 322 | 117 | 112 |
| Binary | 10001001 | 10111101 | 11110001 | 101011 | 10110 | 0 | 101 | 11010010 | 1001111 | 1001010 |
Color Harmonies of #89BDF1
Complementary color
Monochromatic Colors of #89BDF1
Black with #89BDF1
Text Example
Text Example
White with #89BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDF1; }
p { color: rgb(137,189,241); }
H1.HeaderClassName
{
color: #89BDF1;
}
.AnyTagClassName
{
color: #89BDF1;
}
</style>
background-color css
<style>
a { background-color: #89BDF1; }
a { background-color: rgb(137,189,241); }
div.DivClassName
{
background-color: #89BDF1;
}
.BgClassName
{
background-color: #89BDF1;
}
</style>
border-color css
<style>
span { border-color: #89BDF1; }
span { border-color: rgb(137,189,241); }
td.TdClassName
{
border-color: #89BDF1;
}
.TagClassName
{
border-color: #89BDF1;
}
</style>