#89E0FF

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

Shades of Columbia Blue #89E0FF

Tints of Columbia Blue #89E0FF

Color information

#89E0FF (or 0x89E0FF) is unknown color: approx Columbia Blue. HEX triplet: 89, E0 and FF. RGB value is (137,224,255). Sum of RGB (Red+Green+Blue) = 137+224+255=616 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.24% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #89E0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E0FF is #761F00. Grayscale: #C9C9C9. Windows color (decimal): -7741185 or 16769161. OLE color: 16769161.

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

Color convert

RGB137224255-
CMYK0.460.1200
HSL195.76º100%76.86%-
HSV(B)195.76º46.27%100%-
XYZ55.0265.85104.42-
YUV201.52158.1881.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.24%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 255 (100% from 255) = 41.40%
R=22.24%
G=36.36%
B=41.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372242550.460.1200195.7610076.86
Hex89E0FF2EC00c4644d
Octal211340377561400304144115
Binary1000100111100000111111111011101100001100010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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