Shades of Columbia Blue #89E6FC
Tints of Columbia Blue #89E6FC
RGB
CMYK
RGB Variations
Color information
#89E6FC (or 0x89E6FC) is known color: Columbia Blue. HEX triplet: 89, E6 and FC. RGB value is (137,230,252). Sum of RGB (Red+Green+Blue) = 137+230+252=619 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.13% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #89E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E6FC is #761903. Grayscale: #CCCCCC. Windows color (decimal): -7739652 or 16574089. OLE color: 16574089.
HSL color Cylindrical-coordinate representation of color #89E6FC: hue angle of 191.48º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89E6FC is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 230 | 252 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.01 |
| HSL | 191.48º | 0.95% | 0.76% | - |
| HSV(B) | 191.48º | 0.46% | 0.99% | - |
| XYZ | 56.18 | 68.94 | 102.44 | - |
| YUV | 204.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 230 | 252 | 0.46 | 0.09 | 0 | 0.01 | 191.48 | 0.95 | 0.76 |
| Hex | 89 | E6 | FC | 2E | 9 | 0 | 1 | BF | 5F | 4C |
| Octal | 211 | 346 | 374 | 56 | 11 | 0 | 1 | 277 | 137 | 114 |
| Binary | 10001001 | 11100110 | 11111100 | 101110 | 1001 | 0 | 1 | 10111111 | 1011111 | 1001100 |
Color Harmonies of #89E6FC
Complementary color
Monochromatic Colors of #89E6FC
Black with #89E6FC
Text Example
Text Example
White with #89E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E6FC; }
p { color: rgb(137,230,252); }
H1.HeaderClassName
{
color: #89E6FC;
}
.AnyTagClassName
{
color: #89E6FC;
}
</style>
background-color css
<style>
a { background-color: #89E6FC; }
a { background-color: rgb(137,230,252); }
div.DivClassName
{
background-color: #89E6FC;
}
.BgClassName
{
background-color: #89E6FC;
}
</style>
border-color css
<style>
span { border-color: #89E6FC; }
span { border-color: rgb(137,230,252); }
td.TdClassName
{
border-color: #89E6FC;
}
.TagClassName
{
border-color: #89E6FC;
}
</style>