Shades of Columbia Blue #89E2FF
Tints of Columbia Blue #89E2FF
RGB
CMYK
RGB Variations
Color information
#89E2FF (or 0x89E2FF) is known color: Columbia Blue. HEX triplet: 89, E2 and FF. RGB value is (137,226,255). Sum of RGB (Red+Green+Blue) = 137+226+255=618 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.17% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #89E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E2FF is #761D00. Grayscale: #CACACA. Windows color (decimal): -7740673 or 16769673. OLE color: 16769673.
HSL color Cylindrical-coordinate representation of color #89E2FF: hue angle of 194.75º 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 #89E2FF is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 226 | 255 | - |
| CMYK | 0.46 | 0.11 | 0 | 0 |
| HSL | 194.75º | 1% | 0.77% | - |
| HSV(B) | 194.75º | 0.46% | 1% | - |
| XYZ | 55.56 | 66.93 | 104.6 | - |
| YUV | 202.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 226 | 255 | 0.46 | 0.11 | 0 | 0 | 194.75 | 1 | 0.77 |
| Hex | 89 | E2 | FF | 2E | B | 0 | 0 | C3 | 64 | 4D |
| Octal | 211 | 342 | 377 | 56 | 13 | 0 | 0 | 303 | 144 | 115 |
| Binary | 10001001 | 11100010 | 11111111 | 101110 | 1011 | 0 | 0 | 11000011 | 1100100 | 1001101 |
Color Harmonies of #89E2FF
Complementary color
Monochromatic Colors of #89E2FF
Black with #89E2FF
Text Example
Text Example
White with #89E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E2FF; }
p { color: rgb(137,226,255); }
H1.HeaderClassName
{
color: #89E2FF;
}
.AnyTagClassName
{
color: #89E2FF;
}
</style>
background-color css
<style>
a { background-color: #89E2FF; }
a { background-color: rgb(137,226,255); }
div.DivClassName
{
background-color: #89E2FF;
}
.BgClassName
{
background-color: #89E2FF;
}
</style>
border-color css
<style>
span { border-color: #89E2FF; }
span { border-color: rgb(137,226,255); }
td.TdClassName
{
border-color: #89E2FF;
}
.TagClassName
{
border-color: #89E2FF;
}
</style>