Shades of Columbia Blue #89DFFF
Tints of Columbia Blue #89DFFF
RGB
CMYK
RGB Variations
Color information
#89DFFF (or 0x89DFFF) is known color: Columbia Blue. HEX triplet: 89, DF and FF. RGB value is (137,223,255). Sum of RGB (Red+Green+Blue) = 137+223+255=615 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.28% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #89DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DFFF is #762000. Grayscale: #C8C8C8. Windows color (decimal): -7741441 or 16768905. OLE color: 16768905.
HSL color Cylindrical-coordinate representation of color #89DFFF: hue angle of 196.27º 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 #89DFFF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 223 | 255 | - |
| CMYK | 0.46 | 0.13 | 0 | 0 |
| HSL | 196.27º | 1% | 0.77% | - |
| HSV(B) | 196.27º | 0.46% | 1% | - |
| XYZ | 54.75 | 65.31 | 104.33 | - |
| YUV | 200.93 | 158.51 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 255 | 0.46 | 0.13 | 0 | 0 | 196.27 | 1 | 0.77 |
| Hex | 89 | DF | FF | 2E | D | 0 | 0 | C4 | 64 | 4D |
| Octal | 211 | 337 | 377 | 56 | 15 | 0 | 0 | 304 | 144 | 115 |
| Binary | 10001001 | 11011111 | 11111111 | 101110 | 1101 | 0 | 0 | 11000100 | 1100100 | 1001101 |
Color Harmonies of #89DFFF
Complementary color
Monochromatic Colors of #89DFFF
Black with #89DFFF
Text Example
Text Example
White with #89DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFFF; }
p { color: rgb(137,223,255); }
H1.HeaderClassName
{
color: #89DFFF;
}
.AnyTagClassName
{
color: #89DFFF;
}
</style>
background-color css
<style>
a { background-color: #89DFFF; }
a { background-color: rgb(137,223,255); }
div.DivClassName
{
background-color: #89DFFF;
}
.BgClassName
{
background-color: #89DFFF;
}
</style>
border-color css
<style>
span { border-color: #89DFFF; }
span { border-color: rgb(137,223,255); }
td.TdClassName
{
border-color: #89DFFF;
}
.TagClassName
{
border-color: #89DFFF;
}
</style>