Shades of Light Sky Blue #89BFFF
Tints of Light Sky Blue #89BFFF
RGB
CMYK
RGB Variations
Color information
#89BFFF (or 0x89BFFF) is known color: Light Sky Blue. HEX triplet: 89, BF and FF. RGB value is (137,191,255). Sum of RGB (Red+Green+Blue) = 137+191+255=583 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.50% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #89BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BFFF is #764000. Grayscale: #B5B5B5. Windows color (decimal): -7749633 or 16760713. OLE color: 16760713.
HSL color Cylindrical-coordinate representation of color #89BFFF: hue angle of 212.54º 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 #89BFFF is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 191 | 255 | - |
| CMYK | 0.46 | 0.25 | 0 | 0 |
| HSL | 212.54º | 1% | 0.77% | - |
| HSV(B) | 212.54º | 0.46% | 1% | - |
| XYZ | 47 | 49.8 | 101.74 | - |
| YUV | 182.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 255 | 0.46 | 0.25 | 0 | 0 | 212.54 | 1 | 0.77 |
| Hex | 89 | BF | FF | 2E | 19 | 0 | 0 | D5 | 64 | 4D |
| Octal | 211 | 277 | 377 | 56 | 31 | 0 | 0 | 325 | 144 | 115 |
| Binary | 10001001 | 10111111 | 11111111 | 101110 | 11001 | 0 | 0 | 11010101 | 1100100 | 1001101 |
Color Harmonies of #89BFFF
Complementary color
Monochromatic Colors of #89BFFF
Black with #89BFFF
Text Example
Text Example
White with #89BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFFF; }
p { color: rgb(137,191,255); }
H1.HeaderClassName
{
color: #89BFFF;
}
.AnyTagClassName
{
color: #89BFFF;
}
</style>
background-color css
<style>
a { background-color: #89BFFF; }
a { background-color: rgb(137,191,255); }
div.DivClassName
{
background-color: #89BFFF;
}
.BgClassName
{
background-color: #89BFFF;
}
</style>
border-color css
<style>
span { border-color: #89BFFF; }
span { border-color: rgb(137,191,255); }
td.TdClassName
{
border-color: #89BFFF;
}
.TagClassName
{
border-color: #89BFFF;
}
</style>