Shades of Light Sky Blue #89C2FF
Tints of Light Sky Blue #89C2FF
RGB
CMYK
RGB Variations
Color information
#89C2FF (or 0x89C2FF) is known color: Light Sky Blue. HEX triplet: 89, C2 and FF. RGB value is (137,194,255). Sum of RGB (Red+Green+Blue) = 137+194+255=586 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.38% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #89C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C2FF is #763D00. Grayscale: #B7B7B7. Windows color (decimal): -7748865 or 16761481. OLE color: 16761481.
HSL color Cylindrical-coordinate representation of color #89C2FF: hue angle of 211.02º 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 #89C2FF is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 194 | 255 | - |
| CMYK | 0.46 | 0.24 | 0 | 0 |
| HSL | 211.02º | 1% | 0.77% | - |
| HSV(B) | 211.02º | 0.46% | 1% | - |
| XYZ | 47.66 | 51.12 | 101.96 | - |
| YUV | 183.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 255 | 0.46 | 0.24 | 0 | 0 | 211.02 | 1 | 0.77 |
| Hex | 89 | C2 | FF | 2E | 18 | 0 | 0 | D3 | 64 | 4D |
| Octal | 211 | 302 | 377 | 56 | 30 | 0 | 0 | 323 | 144 | 115 |
| Binary | 10001001 | 11000010 | 11111111 | 101110 | 11000 | 0 | 0 | 11010011 | 1100100 | 1001101 |
Color Harmonies of #89C2FF
Complementary color
Monochromatic Colors of #89C2FF
Black with #89C2FF
Text Example
Text Example
White with #89C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2FF; }
p { color: rgb(137,194,255); }
H1.HeaderClassName
{
color: #89C2FF;
}
.AnyTagClassName
{
color: #89C2FF;
}
</style>
background-color css
<style>
a { background-color: #89C2FF; }
a { background-color: rgb(137,194,255); }
div.DivClassName
{
background-color: #89C2FF;
}
.BgClassName
{
background-color: #89C2FF;
}
</style>
border-color css
<style>
span { border-color: #89C2FF; }
span { border-color: rgb(137,194,255); }
td.TdClassName
{
border-color: #89C2FF;
}
.TagClassName
{
border-color: #89C2FF;
}
</style>