Shades of Columbia Blue #89DFFE
Tints of Columbia Blue #89DFFE
RGB
CMYK
RGB Variations
Color information
#89DFFE (or 0x89DFFE) is known color: Columbia Blue. HEX triplet: 89, DF and FE. RGB value is (137,223,254). Sum of RGB (Red+Green+Blue) = 137+223+254=614 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.31% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #89DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DFFE is #762001. Grayscale: #C8C8C8. Windows color (decimal): -7741442 or 16703369. OLE color: 16703369.
HSL color Cylindrical-coordinate representation of color #89DFFE: hue angle of 195.9º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89DFFE is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 223 | 254 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.00 |
| HSL | 195.9º | 0.98% | 0.77% | - |
| HSV(B) | 195.9º | 0.46% | 1% | - |
| XYZ | 54.59 | 65.25 | 103.48 | - |
| YUV | 200.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 254 | 0.46 | 0.12 | 0 | 0.00 | 195.9 | 0.98 | 0.77 |
| Hex | 89 | DF | FE | 2E | C | 0 | 0 | C4 | 62 | 4D |
| Octal | 211 | 337 | 376 | 56 | 14 | 0 | 0 | 304 | 142 | 115 |
| Binary | 10001001 | 11011111 | 11111110 | 101110 | 1100 | 0 | 0 | 11000100 | 1100010 | 1001101 |
Color Harmonies of #89DFFE
Complementary color
Monochromatic Colors of #89DFFE
Black with #89DFFE
Text Example
Text Example
White with #89DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFFE; }
p { color: rgb(137,223,254); }
H1.HeaderClassName
{
color: #89DFFE;
}
.AnyTagClassName
{
color: #89DFFE;
}
</style>
background-color css
<style>
a { background-color: #89DFFE; }
a { background-color: rgb(137,223,254); }
div.DivClassName
{
background-color: #89DFFE;
}
.BgClassName
{
background-color: #89DFFE;
}
</style>
border-color css
<style>
span { border-color: #89DFFE; }
span { border-color: rgb(137,223,254); }
td.TdClassName
{
border-color: #89DFFE;
}
.TagClassName
{
border-color: #89DFFE;
}
</style>