Shades of Columbia Blue #89E5FF
Tints of Columbia Blue #89E5FF
RGB
CMYK
RGB Variations
Color information
#89E5FF (or 0x89E5FF) is known color: Columbia Blue. HEX triplet: 89, E5 and FF. RGB value is (137,229,255). Sum of RGB (Red+Green+Blue) = 137+229+255=621 (82% of max value = 765). Red value is 137 (53.91% from 255 or 22.06% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #89E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E5FF is #761A00. Grayscale: #CCCCCC. Windows color (decimal): -7739905 or 16770441. OLE color: 16770441.
HSL color Cylindrical-coordinate representation of color #89E5FF: hue angle of 193.22º 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 #89E5FF is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 229 | 255 | - |
| CMYK | 0.46 | 0.10 | 0 | 0 |
| HSL | 193.22º | 1% | 0.77% | - |
| HSV(B) | 193.22º | 0.46% | 1% | - |
| XYZ | 56.39 | 68.58 | 104.87 | - |
| YUV | 204.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 229 | 255 | 0.46 | 0.10 | 0 | 0 | 193.22 | 1 | 0.77 |
| Hex | 89 | E5 | FF | 2E | A | 0 | 0 | C1 | 64 | 4D |
| Octal | 211 | 345 | 377 | 56 | 12 | 0 | 0 | 301 | 144 | 115 |
| Binary | 10001001 | 11100101 | 11111111 | 101110 | 1010 | 0 | 0 | 11000001 | 1100100 | 1001101 |
Color Harmonies of #89E5FF
Complementary color
Monochromatic Colors of #89E5FF
Black with #89E5FF
Text Example
Text Example
White with #89E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E5FF; }
p { color: rgb(137,229,255); }
H1.HeaderClassName
{
color: #89E5FF;
}
.AnyTagClassName
{
color: #89E5FF;
}
</style>
background-color css
<style>
a { background-color: #89E5FF; }
a { background-color: rgb(137,229,255); }
div.DivClassName
{
background-color: #89E5FF;
}
.BgClassName
{
background-color: #89E5FF;
}
</style>
border-color css
<style>
span { border-color: #89E5FF; }
span { border-color: rgb(137,229,255); }
td.TdClassName
{
border-color: #89E5FF;
}
.TagClassName
{
border-color: #89E5FF;
}
</style>