Shades of Columbia Blue #89DEFF
Tints of Columbia Blue #89DEFF
RGB
CMYK
RGB Variations
Color information
#89DEFF (or 0x89DEFF) is known color: Columbia Blue. HEX triplet: 89, DE and FF. RGB value is (137,222,255). Sum of RGB (Red+Green+Blue) = 137+222+255=614 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.31% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #89DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DEFF is #762100. Grayscale: #C8C8C8. Windows color (decimal): -7741697 or 16768649. OLE color: 16768649.
HSL color Cylindrical-coordinate representation of color #89DEFF: hue angle of 196.78º 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 #89DEFF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 222 | 255 | - |
| CMYK | 0.46 | 0.13 | 0 | 0 |
| HSL | 196.78º | 1% | 0.77% | - |
| HSV(B) | 196.78º | 0.46% | 1% | - |
| XYZ | 54.49 | 64.78 | 104.24 | - |
| YUV | 200.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 222 | 255 | 0.46 | 0.13 | 0 | 0 | 196.78 | 1 | 0.77 |
| Hex | 89 | DE | FF | 2E | D | 0 | 0 | C5 | 64 | 4D |
| Octal | 211 | 336 | 377 | 56 | 15 | 0 | 0 | 305 | 144 | 115 |
| Binary | 10001001 | 11011110 | 11111111 | 101110 | 1101 | 0 | 0 | 11000101 | 1100100 | 1001101 |
Color Harmonies of #89DEFF
Complementary color
Monochromatic Colors of #89DEFF
Black with #89DEFF
Text Example
Text Example
White with #89DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DEFF; }
p { color: rgb(137,222,255); }
H1.HeaderClassName
{
color: #89DEFF;
}
.AnyTagClassName
{
color: #89DEFF;
}
</style>
background-color css
<style>
a { background-color: #89DEFF; }
a { background-color: rgb(137,222,255); }
div.DivClassName
{
background-color: #89DEFF;
}
.BgClassName
{
background-color: #89DEFF;
}
</style>
border-color css
<style>
span { border-color: #89DEFF; }
span { border-color: rgb(137,222,255); }
td.TdClassName
{
border-color: #89DEFF;
}
.TagClassName
{
border-color: #89DEFF;
}
</style>