Shades of Light Sky Blue #89DCFF
Tints of Light Sky Blue #89DCFF
RGB
CMYK
RGB Variations
Color information
#89DCFF (or 0x89DCFF) is known color: Light Sky Blue. HEX triplet: 89, DC and FF. RGB value is (137,220,255). Sum of RGB (Red+Green+Blue) = 137+220+255=612 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.39% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #89DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DCFF is #762300. Grayscale: #C6C6C6. Windows color (decimal): -7742209 or 16768137. OLE color: 16768137.
HSL color Cylindrical-coordinate representation of color #89DCFF: hue angle of 197.8º 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 #89DCFF is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 220 | 255 | - |
| CMYK | 0.46 | 0.14 | 0 | 0 |
| HSL | 197.8º | 1% | 0.77% | - |
| HSV(B) | 197.8º | 0.46% | 1% | - |
| XYZ | 53.96 | 63.72 | 104.06 | - |
| YUV | 199.17 | 159.5 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 255 | 0.46 | 0.14 | 0 | 0 | 197.8 | 1 | 0.77 |
| Hex | 89 | DC | FF | 2E | E | 0 | 0 | C6 | 64 | 4D |
| Octal | 211 | 334 | 377 | 56 | 16 | 0 | 0 | 306 | 144 | 115 |
| Binary | 10001001 | 11011100 | 11111111 | 101110 | 1110 | 0 | 0 | 11000110 | 1100100 | 1001101 |
Color Harmonies of #89DCFF
Complementary color
Monochromatic Colors of #89DCFF
Black with #89DCFF
Text Example
Text Example
White with #89DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCFF; }
p { color: rgb(137,220,255); }
H1.HeaderClassName
{
color: #89DCFF;
}
.AnyTagClassName
{
color: #89DCFF;
}
</style>
background-color css
<style>
a { background-color: #89DCFF; }
a { background-color: rgb(137,220,255); }
div.DivClassName
{
background-color: #89DCFF;
}
.BgClassName
{
background-color: #89DCFF;
}
</style>
border-color css
<style>
span { border-color: #89DCFF; }
span { border-color: rgb(137,220,255); }
td.TdClassName
{
border-color: #89DCFF;
}
.TagClassName
{
border-color: #89DCFF;
}
</style>