#89E5FF

Color #89E5FF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #89E5FF

Tints of Columbia Blue #89E5FF

Color information

#89E5FF (or 0x89E5FF) is unknown color: approx Columbia Blue. HEX triplet: 89, E5 and FF. RGB value is (137,229,255). Sum of RGB (Red+Green+Blue) = 137+229+255=621 (82% of max value = 765). Red value is 137 (53.91% from 255 or 22.06% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #89E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E5FF is #761A00. Grayscale: #CCCCCC. Windows color (decimal): -7739905 or 16770441. OLE color: 16770441.

HSL color Cylindrical-coordinate representation of color #89E5FF: hue angle of 193.22º 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 #89E5FF is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137229255-
CMYK0.460.1000
HSL193.22º100%76.86%-
HSV(B)193.22º46.27%100%-
XYZ56.3968.58104.87-
YUV204.46156.5279.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 22.06%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 255 (100% from 255) = 41.06%
R=22.06%
G=36.88%
B=41.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372292550.460.1000193.2210076.86
Hex89E5FF2EA00c1644d
Octal211345377561200301144115
Binary1000100111100101111111111011101010001100000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89E5FF; }

 p { color: rgb(137,229,255); }

 H1.HeaderClassName
 {
   color: #89E5FF;
 }
 .AnyTagClassName
 {
   color: #89E5FF;
 }
</style>
background-color css

<style>
 a { background-color: #89E5FF; }

 a { background-color: rgb(137,229,255); }

 div.DivClassName
 {
   background-color: #89E5FF;
 }
 .BgClassName
 {
   background-color: #89E5FF;
 }
</style>
border-color css

<style>
 span { border-color: #89E5FF; }

 span { border-color: rgb(137,229,255); }

 td.TdClassName
 {
   border-color: #89E5FF;
 }
 .TagClassName
 {
   border-color: #89E5FF;
 }
</style>