Shades of Light Sky Blue #89C0F0
Tints of Light Sky Blue #89C0F0
RGB
CMYK
RGB Variations
Color information
#89C0F0 (or 0x89C0F0) is known color: Light Sky Blue. HEX triplet: 89, C0 and F0. RGB value is (137,192,240). Sum of RGB (Red+Green+Blue) = 137+192+240=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #89C0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C0F0 is #763F0F. Grayscale: #B4B4B4. Windows color (decimal): -7749392 or 15777929. OLE color: 15777929.
HSL color Cylindrical-coordinate representation of color #89C0F0: hue angle of 207.96º degrees, saturation: 0.77, 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 #89C0F0 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 192 | 240 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.06 |
| HSL | 207.96º | 0.77% | 0.74% | - |
| HSV(B) | 207.96º | 0.43% | 0.94% | - |
| XYZ | 44.89 | 49.31 | 89.59 | - |
| YUV | 181.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 240 | 0.43 | 0.20 | 0 | 0.06 | 207.96 | 0.77 | 0.74 |
| Hex | 89 | C0 | F0 | 2B | 14 | 0 | 6 | D0 | 4D | 4A |
| Octal | 211 | 300 | 360 | 53 | 24 | 0 | 6 | 320 | 115 | 112 |
| Binary | 10001001 | 11000000 | 11110000 | 101011 | 10100 | 0 | 110 | 11010000 | 1001101 | 1001010 |
Color Harmonies of #89C0F0
Complementary color
Monochromatic Colors of #89C0F0
Black with #89C0F0
Text Example
Text Example
White with #89C0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0F0; }
p { color: rgb(137,192,240); }
H1.HeaderClassName
{
color: #89C0F0;
}
.AnyTagClassName
{
color: #89C0F0;
}
</style>
background-color css
<style>
a { background-color: #89C0F0; }
a { background-color: rgb(137,192,240); }
div.DivClassName
{
background-color: #89C0F0;
}
.BgClassName
{
background-color: #89C0F0;
}
</style>
border-color css
<style>
span { border-color: #89C0F0; }
span { border-color: rgb(137,192,240); }
td.TdClassName
{
border-color: #89C0F0;
}
.TagClassName
{
border-color: #89C0F0;
}
</style>