Shades of Columbia Blue #89DFFC
Tints of Columbia Blue #89DFFC
RGB
CMYK
RGB Variations
Color information
#89DFFC (or 0x89DFFC) is known color: Columbia Blue. HEX triplet: 89, DF and FC. RGB value is (137,223,252). Sum of RGB (Red+Green+Blue) = 137+223+252=612 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.39% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #89DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DFFC is #762003. Grayscale: #C8C8C8. Windows color (decimal): -7741444 or 16572297. OLE color: 16572297.
HSL color Cylindrical-coordinate representation of color #89DFFC: hue angle of 195.13º 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 #89DFFC is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 223 | 252 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.01 |
| HSL | 195.13º | 0.95% | 0.76% | - |
| HSV(B) | 195.13º | 0.46% | 0.99% | - |
| XYZ | 54.27 | 65.12 | 101.8 | - |
| YUV | 200.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 252 | 0.46 | 0.12 | 0 | 0.01 | 195.13 | 0.95 | 0.76 |
| Hex | 89 | DF | FC | 2E | C | 0 | 1 | C3 | 5F | 4C |
| Octal | 211 | 337 | 374 | 56 | 14 | 0 | 1 | 303 | 137 | 114 |
| Binary | 10001001 | 11011111 | 11111100 | 101110 | 1100 | 0 | 1 | 11000011 | 1011111 | 1001100 |
Color Harmonies of #89DFFC
Complementary color
Monochromatic Colors of #89DFFC
Black with #89DFFC
Text Example
Text Example
White with #89DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFFC; }
p { color: rgb(137,223,252); }
H1.HeaderClassName
{
color: #89DFFC;
}
.AnyTagClassName
{
color: #89DFFC;
}
</style>
background-color css
<style>
a { background-color: #89DFFC; }
a { background-color: rgb(137,223,252); }
div.DivClassName
{
background-color: #89DFFC;
}
.BgClassName
{
background-color: #89DFFC;
}
</style>
border-color css
<style>
span { border-color: #89DFFC; }
span { border-color: rgb(137,223,252); }
td.TdClassName
{
border-color: #89DFFC;
}
.TagClassName
{
border-color: #89DFFC;
}
</style>